Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8-rc-4
-
None
-
Patch
Description
The @WithReadLock forces a method to obtain a write lock.
The @WithWriteLock forces a method to obtain a read lock.
This is exactly backwards. It should be the other way around. I have a fix.