File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
src/main/java/org/apache/commons/codec Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,9 @@ public interface BinaryDecoder extends Decoder {
2525 /**
2626 * Decodes a byte array and returns the results as a byte array.
2727 *
28- * @param source
29- * A byte array which has been encoded with the appropriate encoder
30- * @return a byte array that contains decoded content
31- * @throws DecoderException
32- * A decoder exception is thrown if a Decoder encounters a failure condition during the decode process.
28+ * @param source A byte array which has been encoded with the appropriate encoder.
29+ * @return a byte array that contains decoded content.
30+ * @throws DecoderException A decoder exception is thrown if a Decoder encounters a failure condition during the decode process.
3331 */
3432 byte [] decode (byte [] source ) throws DecoderException ;
3533}
36-
You can’t perform that action at this time.
0 commit comments