Author: nextgens
Date: 2006-05-11 18:09:31 +0000 (Thu, 11 May 2006)
New Revision: 8663
Modified:
trunk/freenet/src/freenet/io/comm/PeerParseException.java
Log:
testing a broken build
Modified: trunk/freenet/src/freenet/io/comm/PeerParseException.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/PeerParseException.java 2006-05-11
17:59:40 UTC (rev 8662)
+++ trunk/freenet/src/freenet/io/comm/PeerParseException.java 2006-05-11
18:09:31 UTC (rev 8663)
@@ -5,7 +5,7 @@
* @author amphibian
*/
public class PeerParseException extends Exception {
- static final long serialVersionUID = -1;
+ private static final long serialVersionUID = -1;test;
public PeerParseException(Exception e) {
super(e);
}