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:
parent
6d1ca6c43c
commit
ded3a5578a
@ -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++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user