Space pls
This commit is contained in:
parent
0cca530a60
commit
5545965cdf
@ -72,4 +72,5 @@ public class MStoreUtil
|
|||||||
if (fromIndex == 0 && toIndex == ret.size()-1) return ret;
|
if (fromIndex == 0 && toIndex == ret.size()-1) return ret;
|
||||||
return new ArrayList<T>(ret.subList(fromIndex, toIndex));
|
return new ArrayList<T>(ret.subList(fromIndex, toIndex));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user