Commit d9f2bf50 by Suma Shivaprasad

ATLAS-281 The location of some exceptions is not correct(liutongfeng via sumasai)

parent 177011cf
...@@ -49,7 +49,7 @@ import java.util.Map; ...@@ -49,7 +49,7 @@ import java.util.Map;
@Singleton @Singleton
public class MetadataDiscoveryResource { public class MetadataDiscoveryResource {
private static final Logger LOG = LoggerFactory.getLogger(EntityResource.class); private static final Logger LOG = LoggerFactory.getLogger(MetadataDiscoveryResource.class);
private static final String QUERY_TYPE_DSL = "dsl"; private static final String QUERY_TYPE_DSL = "dsl";
private static final String QUERY_TYPE_GREMLIN = "gremlin"; private static final String QUERY_TYPE_GREMLIN = "gremlin";
private static final String QUERY_TYPE_FULLTEXT = "full-text"; private static final String QUERY_TYPE_FULLTEXT = "full-text";
......
...@@ -59,7 +59,7 @@ import java.util.List; ...@@ -59,7 +59,7 @@ import java.util.List;
@Singleton @Singleton
public class TypesResource { public class TypesResource {
private static final Logger LOG = LoggerFactory.getLogger(EntityResource.class); private static final Logger LOG = LoggerFactory.getLogger(TypesResource.class);
private final MetadataService metadataService; private final MetadataService metadataService;
......
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