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

Fix since tag.

This commit is contained in:
Markus Schorn 2008-10-06 09:05:29 +00:00
parent af37b8985c
commit 6b82deb626

View file

@ -25,6 +25,8 @@ import org.eclipse.cdt.internal.core.parser.ParserMessages;
* <li> its ID : an number identifying the very nature of this problem. All possible IDs are listed * <li> its ID : an number identifying the very nature of this problem. All possible IDs are listed
* as constants on this interface. </li> * as constants on this interface. </li>
* </ul> * </ul>
*
* @noimplement This interface is not intended to be implemented by clients.
*/ */
public interface IProblem public interface IProblem
{ {
@ -329,6 +331,7 @@ public interface IProblem
/** /**
* Bad binary encountered by Scanner. * Bad binary encountered by Scanner.
* Required attributes: none. * Required attributes: none.
* @since 5.1
*/ */
public final static int SCANNER_BAD_BINARY_FORMAT = SCANNER_RELATED | 0x00F; public final static int SCANNER_BAD_BINARY_FORMAT = SCANNER_RELATED | 0x00F;