diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-03-27 16:31:03 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-03-27 16:31:03 -0400 |
| commit | df2e59a13fb6576d5e3e91d63e21cc4b6dd64e2d (patch) | |
| tree | 12691d6e2353bd4b5656ce902ec14de9c7b175a3 /BJC-Utils2/src/examples | |
| parent | 04460639bc75ffcb9ebf90efe6feccc444525b28 (diff) | |
Mild formatting tweaks
Diffstat (limited to 'BJC-Utils2/src/examples')
| -rw-r--r-- | BJC-Utils2/src/examples/java/bjc/utils/examples/parsing/TreeConstructTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BJC-Utils2/src/examples/java/bjc/utils/examples/parsing/TreeConstructTest.java b/BJC-Utils2/src/examples/java/bjc/utils/examples/parsing/TreeConstructTest.java index fe84eb5..fe9b5e6 100644 --- a/BJC-Utils2/src/examples/java/bjc/utils/examples/parsing/TreeConstructTest.java +++ b/BJC-Utils2/src/examples/java/bjc/utils/examples/parsing/TreeConstructTest.java @@ -50,7 +50,7 @@ public class TreeConstructTest { return false; } } - }); + }, (op) -> false, null); System.out.println("AST: " + ast.toString()); |
