Skip to content

Commit 70f0b30

Browse files
Vladimir Kotalahornace
authored andcommitted
remove redundant public modifier
1 parent 27c0cfc commit 70f0b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/test/java/org/opengrok/indexer/analysis/PlainAnalyzerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void testXrefTimeout() {
6969
private static class TestablePlainAnalyzer extends PlainAnalyzer {
7070
boolean writeXrefCalled;
7171

72-
public TestablePlainAnalyzer() {
72+
TestablePlainAnalyzer() {
7373
super(PlainAnalyzerFactory.DEFAULT_INSTANCE);
7474
}
7575

0 commit comments

Comments
 (0)