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:
parent
6a4455385e
commit
fa77935485
@ -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<>();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user