Skip to content

Commit cdfb369

Browse files
committed
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1842284 13f79535-47bb-0310-9956-ffa450edef68
1 parent 90211fc commit cdfb369

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/codec/net/PercentCodec.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ private int expectedDecodingBytes(final byte[] bytes) {
230230
*
231231
* @param obj the object to encode
232232
* @return the encoding result byte[] as Object
233-
* @throws EncoderException
233+
* @throws EncoderException if the object is not a byte array
234234
*/
235235
@Override
236236
public Object encode(final Object obj) throws EncoderException {
@@ -248,7 +248,7 @@ public Object encode(final Object obj) throws EncoderException {
248248
*
249249
* @param obj the object to decode
250250
* @return the decoding result byte[] as Object
251-
* @throws DecoderException
251+
* @throws DecoderException if the object is not a byte array
252252
*/
253253
@Override
254254
public Object decode(final Object obj) throws DecoderException {

0 commit comments

Comments
 (0)