mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 12:31:10 +00:00
Fix sonar warnings (#181)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user