Skip to content

Commit ac731fb

Browse files
committed
Javadoc nits.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130420 13f79535-47bb-0310-9956-ffa450edef68
1 parent 035f528 commit ac731fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/java/org/apache/commons/codec/DecoderException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
* Thrown when a Decoder has encountered a failure condition during a decode.
2121
*
2222
* @author Apache Software Foundation
23-
* @version $Id: DecoderException.java,v 1.10 2004/09/08 17:45:21 ggregory Exp $
23+
* @version $Id: DecoderException.java,v 1.11 2004/09/09 16:00:13 ggregory Exp $
2424
*/
2525
public class DecoderException extends Exception {
2626

2727
/**
2828
* Declares the Serial Version Uid.
2929
*
30-
* @see <a href="http://c2.com/cgi/wiki?AlwaysDeclareSerialVersionUid">Always Declare Serial Version Uid<a>
30+
* @see <a href="http://c2.com/cgi/wiki?AlwaysDeclareSerialVersionUid">Always Declare Serial Version Uid</a>
3131
*/
3232
private static final long serialVersionUID = 1L;
3333

0 commit comments

Comments
 (0)