Fix threadsafety comments

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@918836 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-03-04 03:12:36 +00:00
parent 26cdd7ba56
commit 18e7603cac
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
/**
* A basic immutable Object pair.
*
* <p>#ThreadSafe#
* <p>#ThreadSafe# if the objects are threadsafe</p>
* @since Lang 3.0
* @author Matt Benson
*/

View File

@ -21,7 +21,7 @@
*
* <p>The original error is wrapped within this one.</p>
*
* <p>#ThreadSafe#
* <p>#NotThreadSafe# because Throwable is not threadsafe</p>
* @author Apache Software Foundation
* @since 1.0
* @version $Id$