[freenet-cvs] r16916 - trunk/freenet/src/freenet/keys
toad at freenetproject.org
toad at freenetproject.org
Sat Jan 5 19:49:47 UTC 2008
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);
}
More information about the cvs
mailing list