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:
Stephen Colebourne 2011-03-04 12:24:12 +00:00
parent ee17d69249
commit c7f93ca309
1 changed files with 2 additions and 0 deletions

View File

@ -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