-
-
Notifications
You must be signed in to change notification settings - Fork 27.3k
Thread-Local Storage mechanism #2452
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
Conversation
thread-local-storage/src/main/java/com/iluwatar/AbstractThreadLocalExample.java
Outdated
Show resolved
Hide resolved
7477665
to
6162b72
Compare
@Regyl please note that there already is an implementation of the thread local storage pattern in |
@iluwatar sorry, didn't know TLS already implemented. In the older version almost nothing that my version wouldn't have had, so can I just delete it? |
@Regyl It's ok to replace the old example with this new one. Just delete the |
Kudos, SonarCloud Quality Gate passed! |
@iluwatar fixed it |
Looks good! Thank you for the contribution 🎉 @all-contributors please add @Regyl for code |
I couldn't determine any contributions to add, did you specify any contributions? I've put up a pull request to add @Regyl! 🎉 |
Implements issue #2265