Fix rule tag

This commit is contained in:
Andreas Dangel
2020-05-24 19:17:53 +02:00
parent 8c1105f4cd
commit 70ac66dcb2

View File

@ -876,7 +876,7 @@ large projects, with many duplications, it was causing `OutOfMemoryError`s (see
* The two Java rules {% rule "java/bestpractices/PositionLiteralsFirstInComparisons" %}
and {% rule "java/bestpractices/PositionLiteralsFirstInCaseInsensitiveComparisons" %} (ruleset `java-bestpractices`)
have been deprecated in favor of the new rule {% rule java/bestpractices/LiteralsFirstInComparisons" %}.
have been deprecated in favor of the new rule {% rule "java/bestpractices/LiteralsFirstInComparisons" %}.