Add thread-safe annotation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077903 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee17d69249
commit
c7f93ca309
|
@ -19,6 +19,8 @@ package org.apache.commons.lang3;
|
|||
/**
|
||||
* <p>Operations on {@code CharSequence} that are
|
||||
* <code>null</code> safe.</p>
|
||||
*
|
||||
* <p>#ThreadSafe#</p>
|
||||
*
|
||||
* @author Apache Software Foundation
|
||||
* @author Gary Gregory
|
||||
|
|
Loading…
Reference in New Issue