Skip to content

Commit 001ca5d

Browse files
committed
limit the visibility
1 parent 1799a97 commit 001ca5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/Repository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public HistoryEntry getLastHistoryEntry(File file, boolean ui) throws HistoryExc
158158
}
159159
}
160160

161-
Repository() {
161+
protected Repository() {
162162
super();
163163
ignoredFiles = new ArrayList<>();
164164
ignoredDirs = new ArrayList<>();

0 commit comments

Comments
 (0)