Author: scolebourne Date: Sat May 13 04:37:28 2006 New Revision: 406080 URL: http://svn.apache.org/viewcvs?rev=406080&view=rev Log: Javadoc improvement
Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrBuilder.java Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrBuilder.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrBuilder.java?rev=406080&r1=406079&r2=406080&view=diff ============================================================================== --- jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrBuilder.java (original) +++ jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrBuilder.java Sat May 13 04:37:28 2006 @@ -1951,8 +1951,8 @@ * 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 */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]