Refactoring obf gpx
This commit is contained in:
parent
3f934ce1b2
commit
f62cf097a0
1 changed files with 1 additions and 1 deletions
|
@ -601,7 +601,7 @@ public class TravelObfHelper implements TravelHelper {
|
|||
} catch (IOException e) {
|
||||
LOG.error(e.getMessage());
|
||||
}
|
||||
if (!amenities.isEmpty()) {
|
||||
if (!Algorithms.isEmpty(amenities)) {
|
||||
article = cacheTravelArticles(reader.getFile(), amenities.get(0), lang);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue