Skip to content

Commit 9ab2713

Browse files
committed
checkstyle.xml: add "public" and remove "package" from modifier lists
1 parent fe60557 commit 9ab2713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
<!-- Regexp checks: -->
291291
<!-- See https://checkstyle.org/checks/regexp -->
292292
<module name="RegexpSinglelineJava">
293-
<property name="format" value="static (abstract|final|native|package|private|protected)|(native|package|private|protected) (abstract|final)"/>
293+
<property name="format" value="static (abstract|final|native|private|protected|public)|(native|private|protected|public) (abstract|final)"/>
294294
<property name="message" value="Modifiers must appear in alphabetical order."/>
295295
</module>
296296
<module name="RegexpSinglelineJava">

0 commit comments

Comments
 (0)