minor: added missing code for EXTENDS_CLAUSE token
This commit is contained in:
parent
57ae9fea80
commit
152c9da776
|
|
@ -485,6 +485,9 @@ public final class TokenTypes {
|
|||
*
|
||||
* <p>For example:</p>
|
||||
*
|
||||
* <pre>
|
||||
* extends java.util.LinkedList
|
||||
* </pre>
|
||||
*
|
||||
* <p>parses as:</p>
|
||||
* <pre>
|
||||
|
|
|
|||
Loading…
Reference in New Issue