Skip to content

Commit b8a32c2

Browse files
committed
注释
1 parent 6abc9f2 commit b8a32c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/crossoverjie/red/RedPacket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private int randomRedPacket(int totalMoney, int minMoney, int maxMoney, int coun
8686
return redPacket ;
8787
}
8888

89-
//如果生成的金额合法 则递归重新生成
89+
//如果生成的金额不合法 则递归重新生成
9090
if (LESS == status){
9191
recursiveCount ++ ;
9292
System.out.println("recursiveCount==" + recursiveCount);

0 commit comments

Comments
 (0)