mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 02:49:06 +00:00
fix: comment indent
This commit is contained in:
parent
a570cea56f
commit
a7d434cff1
@ -82,9 +82,9 @@ public abstract class Eater {
|
||||
char ch = peekChar();
|
||||
if (ch == '{' || ch == '[') {
|
||||
final String data = eatAllToEnd();
|
||||
// System.err.println("data=" + data);
|
||||
// System.err.println("data=" + data);
|
||||
final JsonValue json = Json.parse(data);
|
||||
// System.err.println("json=" + json);
|
||||
// System.err.println("json=" + json);
|
||||
return TValue.fromJson(json);
|
||||
}
|
||||
final TokenStack tokenStack = eatTokenStack();
|
||||
|
Loading…
Reference in New Issue
Block a user