Skip to content

Commit 04fe97f

Browse files
committed
Removing extra 'containing' text
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@928549 13f79535-47bb-0310-9956-ffa450edef68
1 parent c9430c6 commit 04fe97f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/java/org/apache/commons/codec/binary/Base64.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ public Object decode(Object pObject) throws DecoderException {
724724
}
725725

726726
/**
727-
* Decodes a String containing containing characters in the Base64 alphabet.
727+
* Decodes a String containing characters in the Base64 alphabet.
728728
*
729729
* @param pArray
730730
* A String containing Base64 character data
@@ -736,7 +736,7 @@ public byte[] decode(String pArray) {
736736
}
737737

738738
/**
739-
* Decodes a byte[] containing containing characters in the Base64 alphabet.
739+
* Decodes a byte[] containing characters in the Base64 alphabet.
740740
*
741741
* @param pArray
742742
* A byte array containing Base64 character data

0 commit comments

Comments
 (0)