1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2025-04-06 16:41:51 +00:00

Source beautified

This commit is contained in:
Maxime Sinclair 2013-07-10 10:37:21 +02:00
parent 6d1ca6c43c
commit ded3a5578a

View File

@ -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++;
}