java-driver
java-driver copied to clipboard
Remove unnecessary locking in DefaultNettyOptions
This value is initialized at constructor time and marked final, so it can never change. There is no need to have access to this reference synchronized.