Reduce number of false positives cases with download button
This commit is contained in:
parent
0e2545194d
commit
050b48274b
1 changed files with 2 additions and 0 deletions
|
@ -476,6 +476,7 @@ public class MapRenderRepositories {
|
|||
try {
|
||||
c.searchMapIndex(searchRequest);
|
||||
} catch (IOException e) {
|
||||
// lots of FalsePositive cases
|
||||
return false;
|
||||
}
|
||||
if (!empty[0]) {
|
||||
|
@ -488,6 +489,7 @@ public class MapRenderRepositories {
|
|||
return false;
|
||||
}
|
||||
} catch (IOException e) {
|
||||
// lots of FalsePositive cases
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue