Skip to content

Commit 1c7dec1

Browse files
committed
Code clean ups.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1154430 13f79535-47bb-0310-9956-ffa450edef68
1 parent e04a7e5 commit 1c7dec1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • src/java/org/apache/commons/codec/language/bm

src/java/org/apache/commons/codec/language/bm/Rule.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -686,10 +686,6 @@ public CharSequence subSequence(int start, int end) {
686686
return toString().subSequence(start, end);
687687
}
688688

689-
public CharSequence append(CharSequence right) {
690-
return new AppendableCharSeqeuence(this, right);
691-
}
692-
693689
@Override
694690
public String toString() {
695691
if (contentCache == null) {

0 commit comments

Comments
 (0)