Use submodule Utils class (#12)

This commit is contained in:
Adam Laža
2022-07-28 14:10:57 +02:00
committed by GitHub
parent f4610869d2
commit e82e754e30

View File

@@ -35,8 +35,8 @@ See https://github.com/openmaptiles/openmaptiles/blob/master/LICENSE.md for deta
*/ */
package com.onthegomap.planetiler.openmaptiles.util; package com.onthegomap.planetiler.openmaptiles.util;
import static com.onthegomap.planetiler.openmaptiles.util.Utils.coalesce;
import static com.onthegomap.planetiler.util.LanguageUtils.*; import static com.onthegomap.planetiler.util.LanguageUtils.*;
import static com.onthegomap.planetiler.util.Utils.coalesce;
import com.onthegomap.planetiler.util.LanguageUtils; import com.onthegomap.planetiler.util.LanguageUtils;
import com.onthegomap.planetiler.util.Translations; import com.onthegomap.planetiler.util.Translations;