Author: oheger Date: Mon Jun 18 12:55:42 2007 New Revision: 548466 URL: http://svn.apache.org/viewvc?view=rev&rev=548466 Log: Reworderd notice about thread-safety of configuration implementations in user guide
Modified: jakarta/commons/proper/configuration/trunk/xdocs/userguide/overview.xml Modified: jakarta/commons/proper/configuration/trunk/xdocs/userguide/overview.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/xdocs/userguide/overview.xml?view=diff&rev=548466&r1=548465&r2=548466 ============================================================================== --- jakarta/commons/proper/configuration/trunk/xdocs/userguide/overview.xml (original) +++ jakarta/commons/proper/configuration/trunk/xdocs/userguide/overview.xml Mon Jun 18 12:55:42 2007 @@ -199,9 +199,9 @@ <subsection name="Threading issues"> <p> The most concrete implementations of the <code>Configuration</code> - interface that are shipped with this library are thread-safe as long as - they are accessed in a read-only manner. However if one thread - modifies a configuration object, manual synchronization has to be + interface that are shipped with this library are not thread-safe. + They can be accessed concurrently in a read-only manner. However if one + thread modifies a configuration object, manual synchronization has to be performed to ensure correctness of data. Notes about the thread safety of conrete implementation classes can be found in the Javadocs for these classes. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]