prevent recursive consolidate

This commit is contained in:
Vincent Breitmoser
2015-01-31 18:26:20 +01:00
parent 43930ed8f2
commit 5466d1e980
5 changed files with 11 additions and 5 deletions

View File

@@ -104,7 +104,6 @@ public class ParcelableFileCache<E extends Parcelable> {
throw new IOException(e);
}
// yes this is sloppy data flow. WE WOULDN'T NEED THIS WITH TUPLE RETURN TYPES
final int numEntries = ois.readInt();
return new IteratorWithSize<E>() {