Skip to content

Commit cf808f9

Browse files
cirrasfourls
authored andcommitted
Add missing @deprecated Javadoc tag
1 parent b433a9d commit cf808f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

delphi-frontend/src/main/java/org/sonar/plugins/communitydelphi/api/ast/InterfaceGuidNode.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
*/
1919
package org.sonar.plugins.communitydelphi.api.ast;
2020

21+
/**
22+
* @deprecated Interface GUIDs are now parsed as {@link AttributeGroupNode}.
23+
*/
2124
@Deprecated(forRemoval = true)
2225
public interface InterfaceGuidNode extends DelphiNode {}

0 commit comments

Comments
 (0)