We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035f528 commit ac731fbCopy full SHA for ac731fb
1 file changed
src/java/org/apache/commons/codec/DecoderException.java
@@ -20,14 +20,14 @@
20
* Thrown when a Decoder has encountered a failure condition during a decode.
21
*
22
* @author Apache Software Foundation
23
- * @version $Id: DecoderException.java,v 1.10 2004/09/08 17:45:21 ggregory Exp $
+ * @version $Id: DecoderException.java,v 1.11 2004/09/09 16:00:13 ggregory Exp $
24
*/
25
public class DecoderException extends Exception {
26
27
/**
28
* Declares the Serial Version Uid.
29
30
- * @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>
31
32
private static final long serialVersionUID = 1L;
33
0 commit comments