diff --git a/build.xml b/build.xml
index 09721827de..4c37cc2b6a 100644
--- a/build.xml
+++ b/build.xml
@@ -870,6 +870,8 @@
+
+
-
+
diff --git a/core/java/src/org/json/simple/Yylex.java b/core/java/src/org/json/simple/Yylex.java
index db438aa562..13e4696d62 100644
--- a/core/java/src/org/json/simple/Yylex.java
+++ b/core/java/src/org/json/simple/Yylex.java
@@ -7,7 +7,7 @@ package org.json.simple;
* This class is a scanner generated by
* JFlex 1.4.3
* on 8/30/16 5:50 PM from the specification file
- * /home/davinloegering/cliftonlabs/workspace/json-simple/src/main/lex/jsonstrict.lex
+ * /home/davinloegering/cliftonlabs/workspace/json-simple/src/main/lex/jsonstrict.lex
*/
class Yylex {
@@ -393,7 +393,7 @@ int getPosition(){
*
* All internal variables are reset, the old input stream
* cannot be reused (internal buffer is discarded and lost).
- * Lexical state is set to ZZ_INITIAL.
+ * Lexical state is set to ZZ_INITIAL
.
*
* @param reader the new input stream
*/
@@ -436,7 +436,7 @@ int getPosition(){
/**
- * Returns the character at position pos from the
+ * Returns the character at position pos
from the
* matched text.
*
* It is equivalent to yytext().charAt(pos), but faster