Build: Fix javadoc errors with Oracle JDK

Tested with 12.0.2
This commit is contained in:
zzz
2019-08-19 16:33:19 +00:00
parent adba7e4c25
commit 232b7f30d5
10 changed files with 22 additions and 23 deletions
@@ -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