Fix sonar warnings (#181)

This commit is contained in:
Michael Barry
2022-04-23 05:58:49 -04:00
committed by GitHub
parent e876314e2b
commit 644ea4b4cf
5 changed files with 11 additions and 13 deletions

View File

@@ -82,7 +82,7 @@ public class MountainPeak implements
* label density by only taking the top 5 most important mountain peaks within each 100x100px
* square.
*/
private static final Logger LOGGER = LoggerFactory.getLogger(TransportationName.class);
private static final Logger LOGGER = LoggerFactory.getLogger(MountainPeak.class);
private final Translations translations;
private final Stats stats;