1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-25 20:16:13 +01:00

Update Parser.java

This commit is contained in:
montlikadani 2018-08-16 17:57:34 +02:00 committed by GitHub
parent 6a4455385e
commit fa77935485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,8 +76,8 @@ public class Parser {
root = null;
inp_cur = 0;
this.error = error;
functions = new HashSet<String>();
variables = new HashSet<String>();
functions = new HashSet<>();
variables = new HashSet<>();
}
/**