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

Use getter methods for singleton instances in *Binder classes #138

Closed
wants to merge 2 commits into from

Conversation

rufoa
Copy link

@rufoa rufoa commented Dec 30, 2015

This PR relates to JIRA issue SLF4J-347

…stances, falling back to public field if absent.
@@ -37,7 +37,16 @@
/**
* The unique instance of this class.
*/
public static final StaticMDCBinder SINGLETON = new StaticMDCBinder();
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure about making this private right now. Perhaps mark it as @deprecated instead so people know to switch to accessor method.

@rufoa
Copy link
Author

rufoa commented Jan 4, 2016

Thanks @mattbishop - I've updated the PR

@ceki
Copy link
Member

ceki commented Jan 22, 2016

Fixed by ea3cca7

@ceki ceki closed this Jan 22, 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
Development

Successfully merging this pull request may close these issues.

3 participants