Refactoring obf gpx

This commit is contained in:
Dima-1 2021-01-08 19:04:48 +02:00
parent 3f934ce1b2
commit f62cf097a0

View file

@ -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);
}
}