Skip to content

Commit

Permalink
Issue checkstyle#4966: Update AnnotationUseStyleCheck documentation…
Browse files Browse the repository at this point in the history
… to match actual defaults
  • Loading branch information
Stephan202 committed Aug 19, 2017
1 parent 10e9fc1 commit 1c58087
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
* array comma preference a {@link TrailingArrayComma#IGNORE IGNORE} type
* is provided. Set this through the {@code trailingArrayComma} property.
*
* <p>By default the ElementStyle is set to EXPANDED, the TrailingArrayComma
* is set to NEVER, and the ClosingParens is set to ALWAYS.
* <p>By default the ElementStyle is set to COMPACT_NO_ARRAY, the
* TrailingArrayComma is set to NEVER, and the ClosingParens is set to NEVER.
*
* <p>According to the JLS, it is legal to include a trailing comma
* in arrays used in annotations but Sun's Java 5 &amp; 6 compilers will not
Expand Down

0 comments on commit 1c58087

Please sign in to comment.