Fix javadoc comment

from Rahul Akolkar

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@240462 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2005-08-27 21:53:57 +00:00
parent e763c5a388
commit 30f26a440a
1 changed files with 3 additions and 2 deletions

View File

@ -1469,8 +1469,9 @@ public class StrBuilder implements Cloneable {
//-----------------------------------------------------------------------
/**
* Reverses the string builder placing each character in the opposite index.
*
* Trims the builder by removing characters less than or equal to a space
* from the beginning and end.
*
* @return this, to enable chaining
*/
public StrBuilder trim() {