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
86863339
Commit
86863339
authored
Aug 25, 2017
by
Richard Ding
Committed by
Madhan Neethiraj
Aug 25, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2060: Fix logger class name typos
Signed-off-by:
Madhan Neethiraj
<
madhan@apache.org
>
parent
a6c0793f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
AtlasMapType.java
intg/src/main/java/org/apache/atlas/type/AtlasMapType.java
+1
-1
AtlasTypeRegistry.java
...rc/main/java/org/apache/atlas/type/AtlasTypeRegistry.java
+1
-1
No files found.
intg/src/main/java/org/apache/atlas/type/AtlasMapType.java
View file @
86863339
...
...
@@ -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
(
Atlas
Entity
Type
.
class
);
private
static
final
Logger
LOG
=
LoggerFactory
.
getLogger
(
Atlas
Map
Type
.
class
);
private
final
String
keyTypeName
;
private
final
String
valueTypeName
;
...
...
intg/src/main/java/org/apache/atlas/type/AtlasTypeRegistry.java
View file @
86863339
...
...
@@ -49,7 +49,7 @@ import static org.apache.atlas.model.typedef.AtlasBaseTypeDef.*;
@Singleton
@Component
public
class
AtlasTypeRegistry
{
private
static
final
Logger
LOG
=
LoggerFactory
.
getLogger
(
Atlas
StructType
.
class
);
private
static
final
Logger
LOG
=
LoggerFactory
.
getLogger
(
Atlas
TypeRegistry
.
class
);
private
static
final
int
DEFAULT_LOCK_MAX_WAIT_TIME_IN_SECONDS
=
15
;
protected
RegistryData
registryData
;
...
...
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