Set scope of method comments to protected.

This was the original level before update of checkstyle config.
This commit is contained in:
Alex Herbert 2020-02-24 21:16:10 +00:00
parent 3aa817726b
commit ad04fff90d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ limitations under the License.
<module name="UnusedImports"/> <module name="UnusedImports"/>
<module name="NeedBraces"/> <module name="NeedBraces"/>
<module name="JavadocMethod"> <module name="JavadocMethod">
<property name="scope" value="public" /> <property name="scope" value="protected" />
</module> </module>
<module name="ModifierOrder"/> <module name="ModifierOrder"/>
<module name="RedundantModifier"/> <module name="RedundantModifier"/>