We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61798bc commit 04dbf61Copy full SHA for 04dbf61
config/checkstyle/checkstyle.xml
@@ -267,7 +267,7 @@
267
<!-- Regexp checks: -->
268
<!-- See https://checkstyle.org/checks/regexp -->
269
<module name="RegexpSinglelineJava">
270
- <property name="format" value="static (abstract|final|native|package|private|protected)|(native|package|private|protected) (abstract|final)"/>
+ <property name="format" value="static (abstract|final|native|private|protected|public)|(native|private|protected|public) (abstract|final)"/>
271
<property name="message" value="Modifiers must appear in alphabetical order."/>
272
</module>
273
0 commit comments