*) cosmetics: fixed a typo

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3964 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 18 years ago
parent 98b97161d3
commit d95a06e2e4

@ -109,7 +109,7 @@ public class bitfield {
bitfield test = new bitfield(4);
int l = test.length();
System.out.println("available: " + l);
System.out.println("bevore: " + test.toString());
System.out.println("before: " + test.toString());
for (int i = 0; i < l/2; i++) {
test.set(i, true);
System.out.println(i + ":" + test.toString());

Loading…
Cancel
Save