Skip to content

Commit

Permalink
Merge branch 'pr-235'
Browse files Browse the repository at this point in the history
This closes #235
  • Loading branch information
kinow committed May 9, 2021
2 parents d4a3e0c + ba755a2 commit 6ff944f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion src/conf/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 6ff944f

Please sign in to comment.