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:
parent
bb0d189f1b
commit
c84c4669aa
|
@ -25,6 +25,7 @@ import java.util.NoSuchElementException;
|
|||
*
|
||||
* <p>Instances are immutable.</p>
|
||||
*
|
||||
* <p>#ThreadSafe#
|
||||
* @author Apache Software Foundation
|
||||
* @author Chris Feldhacker
|
||||
* @author Gary Gregory
|
||||
|
|
|
@ -28,6 +28,7 @@ import java.util.Set;
|
|||
*
|
||||
* <p>Instances are immutable, but instances of subclasses may not be.</p>
|
||||
*
|
||||
* <p>#ThreadSafe#
|
||||
* @author Apache Software Foundation
|
||||
* @author Phil Steitz
|
||||
* @author Pete Gieser
|
||||
|
|
|
@ -22,6 +22,7 @@ import java.util.Comparator;
|
|||
/**
|
||||
* <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 $
|
||||
|
|
|
@ -21,6 +21,7 @@ package org.apache.commons.lang3;
|
|||
*
|
||||
* <p>The original error is wrapped within this one.</p>
|
||||
*
|
||||
* <p>#ThreadSafe#
|
||||
* @author Apache Software Foundation
|
||||
* @since 1.0
|
||||
* @version $Id$
|
||||
|
|
|
@ -38,6 +38,7 @@ import java.util.regex.Pattern;
|
|||
* 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
|
||||
|
|
Loading…
Reference in New Issue