Skip to content

Commit 1f19ed7

Browse files
committed
Synchronising access is not sufficient to make the class thread safe.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1028709 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4eb17f5 commit 1f19ed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/cli/OptionBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* <a href="http://c2.com/cgi-bin/wiki?BuilderPattern">
2525
* http://c2.com/cgi-bin/wiki?BuilderPattern</a>.</p>
2626
*
27-
* <p>This class is NOT thread safe. If several thread were to use this class they must be synchronized.</p>
27+
* <p>This class is NOT thread safe. See <a href="https://issues.apache.org/jira/browse/CLI-209">CLI-209</a></p>
2828
*
2929
* @author John Keyes (john at integralsource.com)
3030
* @version $Revision$, $Date$

0 commit comments

Comments
 (0)