Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GORA-465 remove deprecated logic #67

Merged
merged 1 commit into from May 24, 2016
Merged

GORA-465 remove deprecated logic #67

merged 1 commit into from May 24, 2016

Conversation

cguzel
Copy link
Member

@cguzel cguzel commented May 22, 2016

No description provided.

+ DEFAULT_MAPPING_FILE);
throw new RuntimeException(ex1);
}
LOG.error(DEFAULT_MAPPING_FILE + " is not found, please check the file.");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please use the paramaterized slf4j logging notation here? e.g.

 +      LOG.error("{}  is not found, please check the file.", DEFAULT_MAPPING_FILE); 

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@lewismc
Copy link
Member

lewismc commented May 23, 2016

@cguzel PING

@asfgit asfgit merged commit 1ce9a88 into apache:master May 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants