Skip to content

Commit

Permalink
*) cosmetics: fixed a typo
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3964 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
low012 committed Jul 14, 2007
1 parent 98b9716 commit d95a06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/tools/bitfield.java
Expand Up @@ -109,7 +109,7 @@ public static void main(String[] args) {
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());
Expand Down

0 comments on commit d95a06e

Please sign in to comment.