Set scope of method comments to protected.
This was the original level before update of checkstyle config.
This commit is contained in:
parent
3aa817726b
commit
ad04fff90d
|
@ -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"/>
|
||||||
|
|
Loading…
Reference in New Issue