Skip to content

Commit

Permalink
More triple curly braces.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Oct 15, 2014
1 parent ee064df commit f409a0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
summary = "Suppressing \"deprecated\" is probably a typo for \"deprecation\"",
explanation =
"To suppress warnings to deprecated methods, you should add the annotation\n" +
"{{{@SuppressWarnings(\"deprecation\")}}}\n" +
"`@SuppressWarnings(\"deprecation\")`\n" +
"and not\n" +
"{{{@SuppressWarnings(\"deprecated\")}}}",
"`@SuppressWarnings(\"deprecated\")`",
category = JDK, severity = ERROR, maturity = MATURE)
public class SuppressWarningsDeprecated extends AbstractSuppressWarningsMatcher {

Expand Down

0 comments on commit f409a0c

Please sign in to comment.