Skip to content

Commit e225827

Browse files
committed
Refactor LtDfStickyTest to remove unnecessary public access modifier.
1 parent 2e290e3 commit e225827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/eolang/lints/LtDfStickyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public Collection<Defect> apply(final Object entity) {
8383
return Collections.emptyList();
8484
}
8585

86-
public int count() {
86+
int count() {
8787
return this.cnt;
8888
}
8989
}

0 commit comments

Comments
 (0)