mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-07 18:48:39 +00:00
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:
parent
640d7cf079
commit
65cc70a5c4
@ -67,7 +67,7 @@
|
||||
* @since 2.2
|
||||
* @version $Id$
|
||||
*/
|
||||
public class StrBuilder {
|
||||
public class StrBuilder implements Cloneable {
|
||||
|
||||
/**
|
||||
* The extra capacity for new builders.
|
||||
|
Loading…
x
Reference in New Issue
Block a user