Skip to content

Commit 0d705e3

Browse files
committed
replaced outdated JavadocMethod property (scope) with updated property (accessModifiers)
1 parent 2e82da4 commit 0d705e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/src/main/resources/weblogic-image-tool/checkstyle/customized_google_checks.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
294294
</module>
295295
<module name="JavadocMethod">
296-
<property name="scope" value="public"/>
296+
<property name="accessModifiers" value="public"/>
297297
<property name="allowMissingParamTags" value="true"/>
298298
<property name="allowMissingReturnTag" value="true"/>
299299
<property name="allowedAnnotations" value="Override, Test"/>

0 commit comments

Comments
 (0)