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.
2 parents 459e904 + bc77417 commit 145ec3aCopy full SHA for 145ec3a
qulice-checkstyle/src/test/resources/com/qulice/checkstyle/BlankLinesInsideMethodsFail.java
@@ -9,7 +9,7 @@
9
*/
10
public final class BlankLinesInsideMethodsFail {
11
/**
12
- * Method with space inbetween anonymous innter class methods.
+ * Method with space between anonymous innter class methods.
13
14
public void methodwithAnonymousInnerClass() {
15
qulice-checkstyle/src/test/resources/com/qulice/checkstyle/BlankLinesOutsideMethodsPass.java
public final class BlankLinesOutsideMethodsPass {
final Runnable runnable = new Runnable() {
0 commit comments