|
|
|
@ -322,7 +322,7 @@ public class kelondroRowCollection {
|
|
|
|
|
assert (alength > 0);
|
|
|
|
|
assert (astart + alength <= a.length);
|
|
|
|
|
if (bugappearance(a, astart, alength)) {
|
|
|
|
|
System.out.println("*** DEBUG warning: wrong a = " + serverLog.arrayList(a, astart, alength));
|
|
|
|
|
serverLog.logWarning("RowCollection", "wrong a = " + serverLog.arrayList(a, astart, alength));
|
|
|
|
|
//return false; // TODO: this is temporary; remote peers may still submit bad entries
|
|
|
|
|
}
|
|
|
|
|
assert (!(bugappearance(a, astart, alength))) : "a = " + serverLog.arrayList(a, astart, alength);
|
|
|
|
@ -991,4 +991,4 @@ public class kelondroRowCollection {
|
|
|
|
|
System.out.println(daysSince2000(System.currentTimeMillis()));
|
|
|
|
|
*/
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|