Skip to content

Commit a57216d

Browse files
committed
Privatize IndexDatabase.accept(File, File), formerly package-private
1 parent 1a0291e commit a57216d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opensolaris/opengrok/index/IndexDatabase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ private boolean accept(File file) {
805805
return !RuntimeEnvironment.getInstance().isIndexVersionedFilesOnly();
806806
}
807807

808-
boolean accept(File parent, File file) {
808+
private boolean accept(File parent, File file) {
809809
try {
810810
File f1 = parent.getCanonicalFile();
811811
File f2 = file.getCanonicalFile();

0 commit comments

Comments
 (0)