I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 17b4ab61 authored by zzz's avatar zzz
Browse files

message cleanup

parent d2a7af28
No related branches found
No related tags found
No related merge requests found
......@@ -204,8 +204,8 @@ public class RandomIterator<E> implements Iterator<E> {
for (int exp =0; exp < 864; exp++) {
int act = theBitSet.nextClearBit(0);
if (exp != act) {
System.out.println("Has Android bug!");
System.out.println(String.format("Test failed for: exp=%d, act=%d", exp, act));
System.err.println(String.format("Test failed for: exp=%d, act=%d", exp, act));
System.err.println("Android BitSet bug detected, workaround implemented!");
return;
}
theBitSet.set(exp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment