Remove TODO, fix javadoc

This commit is contained in:
Andreas Dangel
2023-12-12 16:12:19 +01:00
parent 698ca0d3ff
commit b0b47ff3c6

View File

@ -21,8 +21,8 @@ import net.sourceforge.pmd.util.AssertionUtil;
*
* <pre class="grammar">
*
* ClassOrInterfaceType ::= {@link ASTAnnotation Annotation}* &lt;IDENTIFIER&gt; {@link ASTTypeArguments TypeArguments}?
* | ClassOrInterfaceType "." {@link ASTAnnotation Annotation}* &lt;IDENTIFIER&gt; {@link ASTTypeArguments TypeArguments}?
* ClassType ::= {@link ASTAnnotation Annotation}* &lt;IDENTIFIER&gt; {@link ASTTypeArguments TypeArguments}?
* | ClassType "." {@link ASTAnnotation Annotation}* &lt;IDENTIFIER&gt; {@link ASTTypeArguments TypeArguments}?
*
* </pre>
*
@ -34,8 +34,6 @@ import net.sourceforge.pmd.util.AssertionUtil;
*/
// @formatter:on
public final class ASTClassType extends AbstractJavaTypeNode implements ASTReferenceType {
// todo rename to ASTClassType
private JTypeDeclSymbol symbol;
private String simpleName;