StrBuilder no longer implements Cloneable. #LANG-302
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@490355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b57c699e69
commit
815f63670e
|
@ -67,7 +67,7 @@ import org.apache.commons.lang.SystemUtils;
|
||||||
* @since 2.2
|
* @since 2.2
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class StrBuilder implements Cloneable {
|
public class StrBuilder {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The extra capacity for new builders.
|
* The extra capacity for new builders.
|
||||||
|
|
Loading…
Reference in New Issue