Merge branch 'pr-235'

This closes #235
This commit is contained in:
Bruno P. Kinoshita 2021-05-10 07:04:37 +12:00
commit 6ff944f038
2 changed files with 4 additions and 1 deletions

View File

@ -264,6 +264,9 @@
<action type="update" dev="kinow" due-to="Dependabot">
Bump easymock from 4.2 to 4.3 #226.
</action>
<action type="fix" dev="kinow" due-to="Jin Xu">
Fix checkstyle syntax (was scope, is now accessModifiers) via PR #235.
</action>
</release>
<release version="4.4" date="2019-07-05" description="Maintenance release.">
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">

View File

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