You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have V2.1 sources.
The class ReferenceEncryptedProperties.java has a synchronized setter and one
of the two getters is also synchronized. The second setter should also be
synchronized for well behaved synchronization.
The corrected method signature follows:
public synchronized String getProperty(String key, String defaultValue) throws
EncryptionRuntimeException {
Original issue reported on code.google.com by [email protected] on 26 Nov 2013 at 7:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 26 Nov 2013 at 7:57The text was updated successfully, but these errors were encountered: