We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79543da commit 035f528Copy full SHA for 035f528
1 file changed
src/java/org/apache/commons/codec/EncoderException.java
@@ -23,14 +23,14 @@
23
* expected range.
24
*
25
* @author Apache Software Foundation
26
- * @version $Id: EncoderException.java,v 1.11 2004/09/08 17:45:21 ggregory Exp $
+ * @version $Id: EncoderException.java,v 1.12 2004/09/09 13:39:08 ggregory Exp $
27
*/
28
public class EncoderException extends Exception {
29
30
/**
31
* Declares the Serial Version Uid.
32
33
- * @see <a href="http://c2.com/cgi/wiki?AlwaysDeclareSerialVersionUid">Always Declare Serial Version Uid<a>
+ * @see <a href="http://c2.com/cgi/wiki?AlwaysDeclareSerialVersionUid">Always Declare Serial Version Uid</a>
34
35
private static final long serialVersionUID = 1L;
36
0 commit comments