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

Invalid @since tag

This commit is contained in:
Marc Khouzam 2012-09-06 21:11:57 -04:00
parent 763aebdd14
commit edd32c480d

View file

@ -104,7 +104,7 @@ public interface ICPPClassType extends ICompositeType, ICPPBinding {
/**
* Returns whether this type is declared final.
*
* @since 5.5
* @since 5.4
*/
public boolean isFinal();
}