forked from I2P_Developers/i2p.i2p
Fix javadoc errors
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user