summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/examples/java/bjc
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2016-03-27 16:31:03 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2016-03-27 16:31:03 -0400
commitdf2e59a13fb6576d5e3e91d63e21cc4b6dd64e2d (patch)
tree12691d6e2353bd4b5656ce902ec14de9c7b175a3 /BJC-Utils2/src/examples/java/bjc
parent04460639bc75ffcb9ebf90efe6feccc444525b28 (diff)
Mild formatting tweaks
Diffstat (limited to 'BJC-Utils2/src/examples/java/bjc')
-rw-r--r--BJC-Utils2/src/examples/java/bjc/utils/examples/parsing/TreeConstructTest.java2
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());