This commit is contained in:
fjy 2014-08-18 17:22:44 -07:00
parent 3933af79a0
commit 0facb4202d
1 changed files with 0 additions and 1 deletions

View File

@ -956,7 +956,6 @@ public class IndexMaker
public VSizeIndexedInts apply(List<Integer> input)
{
if (input == null) {
//return null;
return VSizeIndexedInts.fromList(
new AbstractList<Integer>()
{