OpenHFT / Zero-Allocation-Hashing

Zero-allocation hashing for Java
Apache License 2.0
794 stars 136 forks source link

Fixing squid:S2325 -private methods that don't access instance data should be static #10

Closed misgersameer closed 8 years ago

misgersameer commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule " squid:S2325 - "private" methods that don't access instance data should be "static"". You can find more information about the issues here: https://dev.eclipse.org/sonar/rules/show/squid:S2325

Please let me know if you have any questions. Sameer Misger

leventov commented 8 years ago

readResolve() must be instance methods.