Skip to content

Commit 8c9b7a3

Browse files
committed
Removed unneeded CR.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1379048 13f79535-47bb-0310-9956-ffa450edef68
1 parent 717ff5c commit 8c9b7a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,7 @@ public Object encode(Object obj) throws EncoderException {
320320
} else if (obj instanceof String) {
321321
return encode((String)obj);
322322
} else {
323-
throw new EncoderException("Objects of type " +
324-
obj.getClass().getName() + " cannot be URL encoded");
323+
throw new EncoderException("Objects of type " + obj.getClass().getName() + " cannot be URL encoded");
325324

326325
}
327326
}

0 commit comments

Comments
 (0)