Skip to content

Commit 1f3328f

Browse files
committed
Fix typo
1 parent 4bc34b5 commit 1f3328f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbrowse/src/org/labkey/jbrowse/model/JsonFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ public boolean shouldHaveFreeTextSearch()
13691369

13701370
public File getExpectedLocationOfLuceneIndexStats(boolean throwIfNotFound)
13711371
{
1372-
return new File(getExpectedLocationOfLuceneIndexStats(throwIfNotFound).getPath() + ".stats.txt");
1372+
return new File(getExpectedLocationOfLuceneIndex(throwIfNotFound).getPath() + ".stats.txt");
13731373
}
13741374

13751375
public File getExpectedLocationOfLuceneIndex(boolean throwIfNotFound)

0 commit comments

Comments
 (0)