commit
6ff944f038
|
@ -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">
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue