Skip to content

Commit

Permalink
[MSHARED-990] JavadocMethodCheck: swap scope to access modifiers
Browse files Browse the repository at this point in the history
Required change for Checkstyle 8.42 checkstyle/checkstyle#7417
  • Loading branch information
slachiewicz committed May 8, 2021
1 parent 4a9c81e commit fbef6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/config/maven_checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ under the License.
</module>
-->
<module name="JavadocMethod">
<property name="accessModifiers" value="public, protected"/>
<property name="severity" value="warning"/>
<property name="scope" value="protected"/>
</module>
<module name="JavadocType">
<property name="scope" value="protected"/>
Expand Down

0 comments on commit fbef6f6

Please sign in to comment.