mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
Build: Fix javadoc errors with Oracle JDK
Tested with 12.0.2
This commit is contained in:
@@ -383,7 +383,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
|
||||
*/
|
||||
@@ -425,7 +425,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