Skip to content

Commit b8138d9

Browse files
committed
No need to specify default value for Checkstyle JavadocPackage
1 parent b84ef8b commit b8138d9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/conf/checkstyle.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ limitations under the License.
2727
<property name="file" value="${checkstyle.suppressions.file}"/>
2828
<property name="optional" value="false"/>
2929
</module>
30-
<module name="JavadocPackage">
31-
<property name="allowLegacy" value="false"/>
32-
</module>
30+
<module name="JavadocPackage" />
3331
<module name="LineLength">
3432
<property name="max" value="160"/>
3533
</module>

0 commit comments

Comments
 (0)