We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc34b5 commit 1f3328fCopy full SHA for 1f3328f
jbrowse/src/org/labkey/jbrowse/model/JsonFile.java
@@ -1369,7 +1369,7 @@ public boolean shouldHaveFreeTextSearch()
1369
1370
public File getExpectedLocationOfLuceneIndexStats(boolean throwIfNotFound)
1371
{
1372
- return new File(getExpectedLocationOfLuceneIndexStats(throwIfNotFound).getPath() + ".stats.txt");
+ return new File(getExpectedLocationOfLuceneIndex(throwIfNotFound).getPath() + ".stats.txt");
1373
}
1374
1375
public File getExpectedLocationOfLuceneIndex(boolean throwIfNotFound)
0 commit comments