Fied getRegionName for diffs and added grouping by regions for search
This commit is contained in:
parent
ff79bb518a
commit
fa05356c81
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ public class BinaryMapIndexReader {
|
|||
if (rg.size() == 0) {
|
||||
rg.add(file.getName());
|
||||
}
|
||||
String ls = new String(rg.get(0));
|
||||
String ls = rg.get(0);
|
||||
if (ls.lastIndexOf('_') != -1) {
|
||||
return ls.substring(0, ls.lastIndexOf('_')).replace('_', ' ').replaceAll("[0-9]+", "").trim();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue