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