-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
None
-
beta3
-
generic
-
solaris_7
the init() method does not need to be synchronized.
it is called from the Configuration.getConfiguration method
which has a synchronized block, and from refresh which is also
synchronized.
also, setting the configuration is an atomic operation
and is guaranteed to be synchronized.
it is called from the Configuration.getConfiguration method
which has a synchronized block, and from refresh which is also
synchronized.
also, setting the configuration is an atomic operation
and is guaranteed to be synchronized.