Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
25a1910829
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ public class FileNameTranslationHelper {
|
|||
return fileName.substring(0, fileName.length() - IndexConstants.SQLITE_EXT.length()).replace('_', ' ');
|
||||
}
|
||||
|
||||
int ls = fileName.lastIndexOf('-');
|
||||
int ls = fileName.lastIndexOf("-roads");
|
||||
if (ls >= 0) {
|
||||
return fileName.substring(0, ls);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue