Report no bugs in Android BitSet

This commit is contained in:
sponge
2012-08-31 03:53:19 +00:00
parent b33a01cf26
commit 7d4a6e74d2

View File

@ -210,5 +210,6 @@ public class RandomIterator<E> implements Iterator<E> {
}
theBitSet.set(exp);
}
System.err.println("Android BitSet bug NOT detected, no workaround needed!");
}
}