Skip to content

Commit 035f528

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
* expected range.
2424
*
2525
* @author Apache Software Foundation
26-
* @version $Id: EncoderException.java,v 1.11 2004/09/08 17:45:21 ggregory Exp $
26+
* @version $Id: EncoderException.java,v 1.12 2004/09/09 13:39:08 ggregory Exp $
2727
*/
2828
public class EncoderException extends Exception {
2929

3030
/**
3131
* Declares the Serial Version Uid.
3232
*
33-
* @see <a href="http://c2.com/cgi/wiki?AlwaysDeclareSerialVersionUid">Always Declare Serial Version Uid<a>
33+
* @see <a href="http://c2.com/cgi/wiki?AlwaysDeclareSerialVersionUid">Always Declare Serial Version Uid</a>
3434
*/
3535
private static final long serialVersionUID = 1L;
3636

0 commit comments

Comments
 (0)