Skip to content

Commit b0baf6c

Browse files
committed
update suppressions : Ignore RightCurly for Base64.java, original is great
1 parent d649f4b commit b0baf6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

checkstyle-suppressions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
<suppress checks="OverloadMethodsDeclarationOrder" files="."/>
1515
<suppress checks="NonEmptyAtclauseDescription" files="."/>
1616
<suppress checks="TypeName" files="Draft_6455.java"/>
17+
<suppress checks="RightCurly" files="Base64.java"/>
1718
</suppressions>

0 commit comments

Comments
 (0)