Merge branch 'master' into pmd/7.0.x

This commit is contained in:
Andreas Dangel committed 2021-07-16 13:39:28 +02:00
commit 7d4e61aa17
1 file changed
+2 -2
+2 -2
View File
@@ -34,8 +34,8 @@ This release ships with 1 new Java rule.
#### Deprecated rules
The rule {% rule java/errorprone.xml/ReturnEmptyArrayRatherThanNull %} is deprecated and removed from
the quickstart ruleset, as the new rule {% rule java/errorprone.xml/ReturnEmptyCollectionRatherThanNull %}
The rule {% rule java/errorprone/ReturnEmptyArrayRatherThanNull %} is deprecated and removed from
the quickstart ruleset, as the new rule {% rule java/errorprone/ReturnEmptyCollectionRatherThanNull %}
supersedes it.
### Fixed Issues