Some more #ThreadSafe# tags per LANG-370

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@918373 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2010-03-03 09:22:46 +00:00
parent bb0d189f1b
commit c84c4669aa
5 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,7 @@
*
* <p>Instances are immutable.</p>
*
* <p>#ThreadSafe#
* @author Apache Software Foundation
* @author Chris Feldhacker
* @author Gary Gregory

View File

@ -28,6 +28,7 @@
*
* <p>Instances are immutable, but instances of subclasses may not be.</p>
*
* <p>#ThreadSafe#
* @author Apache Software Foundation
* @author Phil Steitz
* @author Pete Gieser

View File

@ -22,6 +22,7 @@
/**
* <p><code>Range</code> represents an immutable range of numbers of the same type.</p>
*
* <p>#ThreadSafe#
* @author Apache Software Foundation
* @since 3.0
* @version $Id: Range.java 830032 2009-10-27 00:15:00Z scolebourne $

View File

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

View File

@ -38,6 +38,7 @@
* Validate.notNull(surname, "The surname must not be %s", null);
* </pre>
*
* <p>#ThreadSafe#
* @author Apache Software Foundation
* @author <a href="mailto:ola.berg@arkitema.se">Ola Berg</a>
* @author Gary Gregory