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:
parent
e763c5a388
commit
30f26a440a
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue