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:
Henri Yandell 2006-12-26 18:58:06 +00:00
parent b57c699e69
commit 815f63670e
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ import org.apache.commons.lang.SystemUtils;
* @since 2.2
* @version $Id$
*/
public class StrBuilder implements Cloneable {
public class StrBuilder {
/**
* The extra capacity for new builders.