Author: toad
Date: 2008-01-05 19:49:47 +0000 (Sat, 05 Jan 2008)
New Revision: 16916
Modified:
trunk/freenet/src/freenet/keys/PubkeyVerifyException.java
Log:
Add a serial version to stop eclipse complaining
Modified: trunk/freenet/src/freenet/keys/PubkeyVerifyException.java
===================================================================
--- trunk/freenet/src/freenet/keys/PubkeyVerifyException.java 2008-01-05
19:46:48 UTC (rev 16915)
+++ trunk/freenet/src/freenet/keys/PubkeyVerifyException.java 2008-01-05
19:49:47 UTC (rev 16916)
@@ -4,6 +4,8 @@
public class PubkeyVerifyException extends KeyVerifyException {
+ private static final long serialVersionUID = 1L;
+
public PubkeyVerifyException(CryptFormatException e) {
super(e);
}