Author: toad
Date: 2007-03-08 23:27:52 +0000 (Thu, 08 Mar 2007)
New Revision: 12047
Modified:
trunk/freenet/src/freenet/crypt/CryptFormatException.java
Log:
add generated serial ID
Modified: trunk/freenet/src/freenet/crypt/CryptFormatException.java
===================================================================
--- trunk/freenet/src/freenet/crypt/CryptFormatException.java 2007-03-08
23:26:51 UTC (rev 12046)
+++ trunk/freenet/src/freenet/crypt/CryptFormatException.java 2007-03-08
23:27:52 UTC (rev 12047)
@@ -4,6 +4,8 @@
public class CryptFormatException extends Exception {
+ private static final long serialVersionUID = -796276279268900609L;
+
public CryptFormatException(String message) {
super(message);
}