Source beautified
This commit is contained in:
@@ -39,7 +39,6 @@ public class TestSVG extends WebappTestCase {
|
||||
int bobCounter = 0, aliceCounter = 0;
|
||||
while (s.hasNext()) {
|
||||
token = s.next();
|
||||
System.out.println("Token : " + token);
|
||||
if (token.startsWith("Bob")) {
|
||||
bobCounter++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user