src/jdk.compiler/share/classes/com/sun/tools/javac/util/JCDiagnostic.java
changeset 53773 454d54d8af1c
parent 48721 ef3557eb4306
equal deleted inserted replaced
53772:0eca4e6a0037 53773:454d54d8af1c
   427         RESOLVE_ERROR,
   427         RESOLVE_ERROR,
   428         SYNTAX,
   428         SYNTAX,
   429         RECOVERABLE,
   429         RECOVERABLE,
   430         NON_DEFERRABLE,
   430         NON_DEFERRABLE,
   431         COMPRESSED,
   431         COMPRESSED,
   432         /** Print multiple errors for same source locations.
   432         /** Flag for diagnostics that were reported through API methods.
   433          */
   433          */
   434         MULTIPLE,
   434         API,
   435         /** Flag for not-supported-in-source-X errors.
   435         /** Flag for not-supported-in-source-X errors.
   436          */
   436          */
   437         SOURCE_LEVEL;
   437         SOURCE_LEVEL;
   438     }
   438     }
   439 
   439