Fix javadoc errors

This commit is contained in:
zzz
2020-05-31 12:46:13 +00:00
parent f985004be0
commit 317bf1e9db
2 changed files with 6 additions and 4 deletions

View File

@ -7,7 +7,7 @@ package org.json.simple;
* This class is a scanner generated by
* <a href="http://www.jflex.de/">JFlex</a> 1.4.3
* on 8/30/16 5:50 PM from the specification file
* <tt>/home/davinloegering/cliftonlabs/workspace/json-simple/src/main/lex/jsonstrict.lex</tt>
* <code>/home/davinloegering/cliftonlabs/workspace/json-simple/src/main/lex/jsonstrict.lex</code>
*/
class Yylex {
@ -393,7 +393,7 @@ int getPosition(){
*
* All internal variables are reset, the old input stream
* <b>cannot</b> be reused (internal buffer is discarded and lost).
* Lexical state is set to <tt>ZZ_INITIAL</tt>.
* Lexical state is set to <code>ZZ_INITIAL</code>.
*
* @param reader the new input stream
*/
@ -436,7 +436,7 @@ int getPosition(){
/**
* Returns the character at position <tt>pos</tt> from the
* Returns the character at position <code>pos</code> from the
* matched text.
*
* It is equivalent to yytext().charAt(pos), but faster