Searched refs:MAX_LIST_LENGTH (Results 1 – 1 of 1) sorted by relevance
27 protected static final int MAX_LIST_LENGTH = 1000; field in InfoStore171 if (list.size() > MAX_LIST_LENGTH) { in checkStringList()172 return list.subList(0, MAX_LIST_LENGTH); in checkStringList()