Skip to content

Commit

Permalink
修改注释
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoki2015 committed Dec 31, 2015
1 parent ab9757f commit 66b96d4
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package com.yiw.circledemo.utils;

import java.util.ArrayList;
import java.util.List;
import java.util.Random;

import com.yiw.circledemo.bean.CircleItem;
import com.yiw.circledemo.bean.CommentItem;
import com.yiw.circledemo.bean.FavortItem;
import com.yiw.circledemo.bean.User;

import java.util.ArrayList;
import java.util.List;
import java.util.Random;
/**
*
* @ClassName: DatasUtil
Expand Down Expand Up @@ -113,7 +113,6 @@ public static String getContent() {
public static int getRandomNum(int max) {
Random random = new Random();
int result = random.nextInt(max);
System.out.println("getRandomNum : " + result);
return result;
}

Expand Down

0 comments on commit 66b96d4

Please sign in to comment.