Bug in javadoc example as described in Bugzilla entry 32198.
PR: 32198 Submitted by: Ronald Wildenberg git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137997 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
46643a1325
commit
8beb1547c6
|
@ -111,7 +111,7 @@ import java.util.List;
|
|||
* @author Al Chou
|
||||
* @author Michael Davey
|
||||
* @since 1.0
|
||||
* @version $Id: StringUtils.java,v 1.136 2004/10/08 00:11:22 scolebourne Exp $
|
||||
* @version $Id: StringUtils.java,v 1.137 2004/12/18 02:48:01 bayard Exp $
|
||||
*/
|
||||
public class StringUtils {
|
||||
// Performance testing notes (JDK 1.4, Jul03, scolebourne)
|
||||
|
@ -3233,7 +3233,7 @@ public class StringUtils {
|
|||
* StringUtils.chomp("foobar", "bar") = "foo"
|
||||
* StringUtils.chomp("foobar", "baz") = "foobar"
|
||||
* StringUtils.chomp("foo", "foo") = ""
|
||||
* StringUtils.chomp("foo ", "foo") = "foo"
|
||||
* StringUtils.chomp("foo ", "foo") = "foo "
|
||||
* StringUtils.chomp(" foo", "foo") = " "
|
||||
* StringUtils.chomp("foo", "foooo") = "foo"
|
||||
* StringUtils.chomp("foo", "") = "foo"
|
||||
|
|
Loading…
Reference in New Issue