langtools/src/share/classes/com/sun/tools/javac/api/DiagnosticFormatter.java
changeset 22163 3651128c74eb
parent 14259 fb94a1df0d53
equal deleted inserted replaced
22162:3b3e23e67329 22163:3651128c74eb
   174              */
   174              */
   175             SUBDIAGNOSTICS,
   175             SUBDIAGNOSTICS,
   176             /**
   176             /**
   177              * JLS paragraph this diagnostic might refer to (if applicable).
   177              * JLS paragraph this diagnostic might refer to (if applicable).
   178              */
   178              */
   179             JLS;
   179             JLS
   180         }
   180         }
   181 
   181 
   182         /**
   182         /**
   183          * Set a limit for multiline diagnostics.
   183          * Set a limit for multiline diagnostics.
   184          * Note: Setting a limit has no effect if multiline diagnostics are either
   184          * Note: Setting a limit has no effect if multiline diagnostics are either
   210             DEPTH,
   210             DEPTH,
   211             /**
   211             /**
   212              * Controls the maximum amount of subdiagnostics that are part of a
   212              * Controls the maximum amount of subdiagnostics that are part of a
   213              * given multiline diagnostic.
   213              * given multiline diagnostic.
   214              */
   214              */
   215             LENGTH;
   215             LENGTH
   216         }
   216         }
   217     }
   217     }
   218 }
   218 }