summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/examples
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2017-03-25 14:07:24 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2017-03-25 14:07:24 -0400
commit674d9769821775484fe6913b93c650189fbedfed (patch)
treeeebef3fe254ee49a7f12f24ea68fab8570096219 /BJC-Utils2/src/examples
parent42a897dae1bfa58ab665f5012c2ac160316bcb75 (diff)
General cleanup
Diffstat (limited to 'BJC-Utils2/src/examples')
-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 27a2c3e..a78a3d5 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 {
* @param args
* Unused CLI args
*/
- @SuppressWarnings("resource")
+ @SuppressWarnings({ "resource", "deprecation" })
public static void main(String[] args) {
Scanner inputSource = new Scanner(System.in);