Let's go all the way up to Short.MAX_VALUE.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2371 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2008-08-25 16:27:43 +00:00
parent 90db99953d
commit 744b73cddf
@@ -274,5 +274,5 @@ public abstract class FindAllQuery<T extends PersistentRecord>
protected Class<T> _type;
/** The maximum number of keys allowed in an IN() clause. */
protected static final int MAX_IN_KEYS = 16738;
protected static final int MAX_IN_KEYS = Short.MAX_VALUE;
}