Skip to content

Commit a392638

Browse files
committed
ActiveJHttp is a valid class name. So, updated the value to 2 (default is 3)
1 parent 0a2d912 commit a392638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/checkstyle.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
-->
279279
<module name="AbbreviationAsWordInName">
280280
<property name="ignoreFinal" value="false"/>
281-
<property name="allowedAbbreviationLength" value="0"/>
281+
<property name="allowedAbbreviationLength" value="2"/>
282282
<property name="tokens"
283283
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, ANNOTATION_DEF, ANNOTATION_FIELD_DEF,
284284
PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF, PATTERN_VARIABLE_DEF, RECORD_DEF,

0 commit comments

Comments
 (0)