1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fixed an erroneous @since tag.

This commit is contained in:
Sergey Prigogin 2012-09-11 14:01:50 -07:00
parent ace8f06e2d
commit 4536b4b84c

View file

@ -104,7 +104,7 @@ public interface ICPPClassType extends ICompositeType, ICPPBinding {
/**
* Returns whether this type is declared final.
*
* @since 5.4
* @noreference This method is not intended to be referenced by clients.
*/
public boolean isFinal();
}