pending files commited
don't really knwon what i am doing here, commit pending code ... Signed-off-by: philippe lhardy <philippe.lhardy@astrolabe.coop>
This commit is contained in:
7
java/org/artisanlogiciel/lua/.gitignore
vendored
Normal file
7
java/org/artisanlogiciel/lua/.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/CharProvider.class
|
||||
/LuaNumber.class
|
||||
/LuaObject.class
|
||||
/LuaSequence.class
|
||||
/LuaString.class
|
||||
/LuaTuple.class
|
||||
/Parser.class
|
||||
@@ -62,7 +62,7 @@ public class Parser {
|
||||
pushBackChar(c);
|
||||
if ( errors == null)
|
||||
{
|
||||
errors = new ArrayList();
|
||||
errors = new ArrayList<String>();
|
||||
}
|
||||
System.err.println(info);
|
||||
errors.add(info);
|
||||
|
||||
Reference in New Issue
Block a user