Javadoc improvement

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@406080 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2006-05-13 11:37:28 +00:00
parent e28889038a
commit fa7c1ed4a4
1 changed files with 2 additions and 2 deletions

View File

@ -1951,8 +1951,8 @@ public class StrBuilder implements Cloneable {
* on the tokenizer class, before retrieving the tokens.
* <p>
* Note that the internal character array is shared between the two
* objects and no synchronization occurs, so you must not alter this
* builder in one thread while tokenizing it in another thread.
* objects and no synchronization occurs. Once you call this method
* you must complete the tokenization before altering this buffer again.
*
* @return a StrTokenizer instance
*/