Commit 86863339 by Richard Ding Committed by Madhan Neethiraj

ATLAS-2060: Fix logger class name typos

parent a6c0793f
......@@ -31,7 +31,7 @@ import java.util.*;
* class that implements behaviour of a map-type.
*/
public class AtlasMapType extends AtlasType {
private static final Logger LOG = LoggerFactory.getLogger(AtlasEntityType.class);
private static final Logger LOG = LoggerFactory.getLogger(AtlasMapType.class);
private final String keyTypeName;
private final String valueTypeName;
......
......@@ -49,7 +49,7 @@ import static org.apache.atlas.model.typedef.AtlasBaseTypeDef.*;
@Singleton
@Component
public class AtlasTypeRegistry {
private static final Logger LOG = LoggerFactory.getLogger(AtlasStructType.class);
private static final Logger LOG = LoggerFactory.getLogger(AtlasTypeRegistry.class);
private static final int DEFAULT_LOCK_MAX_WAIT_TIME_IN_SECONDS = 15;
protected RegistryData registryData;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment