Rolling back r490355 - StrBuilder implements Cloneable again

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491073 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2006-12-29 18:42:08 +00:00
parent 640d7cf079
commit 65cc70a5c4
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
* @since 2.2
* @version $Id$
*/
public class StrBuilder {
public class StrBuilder implements Cloneable {
/**
* The extra capacity for new builders.