mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
add javadoc style
This commit is contained in:
parent
b9b2462112
commit
56796a8a71
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@ public class Utils {
|
|||
}
|
||||
|
||||
/**
|
||||
* Return a random number between twovalues - use to gənerat a false demo DB
|
||||
* Return a random number between twovalues - use to gənerate a false demo DB
|
||||
* @param min minimal value accepted
|
||||
* @param max maximum value accepted
|
||||
* @return
|
||||
* @return int random number
|
||||
*/
|
||||
static int intRandomExclusive(int min, int max) {
|
||||
Random r = new Random();
|
||||
|
|
Loading…
Reference in a new issue