Skip to content

Commit

Permalink
Issue #13213: Removed //ok from nolinewrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahanima authored and romani committed Jan 26, 2024
1 parent 355ddce commit be1a648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions config/checkstyle-input-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3228,10 +3228,6 @@
files="checks[\\/]whitespace[\\/]emptylineseparator[\\/]packageinfo[\\/]test1[\\/]package-info.java"/>
<suppress id="UnnecessaryOkComment"
files="checks[\\/]whitespace[\\/]emptylineseparator[\\/]packageinfo[\\/]test2[\\/]package-info.java"/>
<suppress id="UnnecessaryOkComment"
files="checks[\\/]whitespace[\\/]nolinewrap[\\/]InputNoLineWrapGood.java"/>
<suppress id="UnnecessaryOkComment"
files="checks[\\/]whitespace[\\/]nolinewrap[\\/]InputNoLineWrapGood.java"/>
<suppress id="UnnecessaryOkComment"
files="checks[\\/]whitespace[\\/]nowhitespaceafter[\\/]InputNoWhitespaceAfterArrayDeclarations3.java"/>
<suppress id="UnnecessaryOkComment"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

import static java.math.BigInteger.ZERO;

public class InputNoLineWrapGood { // ok
public class InputNoLineWrapGood {

public void fooMethod() { // ok
public void fooMethod() {
//
}
}

0 comments on commit be1a648

Please sign in to comment.