getRange -> getInRange.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2768 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -69,7 +69,7 @@ public class RandomUtil
|
|||||||
@Deprecated
|
@Deprecated
|
||||||
public static int getInt (int high, int low)
|
public static int getInt (int high, int low)
|
||||||
{
|
{
|
||||||
return getRange(low + 1, high);
|
return getInRange(low + 1, high);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user