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.
1 parent 1a0291e commit a57216dCopy full SHA for a57216d
src/org/opensolaris/opengrok/index/IndexDatabase.java
@@ -805,7 +805,7 @@ private boolean accept(File file) {
805
return !RuntimeEnvironment.getInstance().isIndexVersionedFilesOnly();
806
}
807
808
- boolean accept(File parent, File file) {
+ private boolean accept(File parent, File file) {
809
try {
810
File f1 = parent.getCanonicalFile();
811
File f2 = file.getCanonicalFile();
0 commit comments