getRange -> getInRange.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2768 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
andrzej@threerings.net
2010-03-31 22:35:04 +00:00
parent e42c8e8b60
commit b7273518b8
+1 -1
View File
@@ -69,7 +69,7 @@ public class RandomUtil
@Deprecated
public static int getInt (int high, int low)
{
return getRange(low + 1, high);
return getInRange(low + 1, high);
}
/**