Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
d9f2bf50
Commit
d9f2bf50
authored
9 years ago
by
Suma Shivaprasad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-281 The location of some exceptions is not correct(liutongfeng via sumasai)
parent
177011cf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
MetadataDiscoveryResource.java
...apache/atlas/web/resources/MetadataDiscoveryResource.java
+1
-1
TypesResource.java
...in/java/org/apache/atlas/web/resources/TypesResource.java
+1
-1
No files found.
webapp/src/main/java/org/apache/atlas/web/resources/MetadataDiscoveryResource.java
View file @
d9f2bf50
...
@@ -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
(
Entit
yResource
.
class
);
private
static
final
Logger
LOG
=
LoggerFactory
.
getLogger
(
MetadataDiscover
yResource
.
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"
;
...
...
This diff is collapsed.
Click to expand it.
webapp/src/main/java/org/apache/atlas/web/resources/TypesResource.java
View file @
d9f2bf50
...
@@ -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
(
Entity
Resource
.
class
);
private
static
final
Logger
LOG
=
LoggerFactory
.
getLogger
(
Types
Resource
.
class
);
private
final
MetadataService
metadataService
;
private
final
MetadataService
metadataService
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment