Author: nextgens
Date: 2006-05-11 17:49:31 +0000 (Thu, 11 May 2006)
New Revision: 8661

Modified:
   trunk/freenet/src/freenet/io/comm/DisconnectedException.java
Log:
let's see if the building script is fixed

Modified: trunk/freenet/src/freenet/io/comm/DisconnectedException.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/DisconnectedException.java        
2006-05-11 17:23:25 UTC (rev 8660)
+++ trunk/freenet/src/freenet/io/comm/DisconnectedException.java        
2006-05-11 17:49:31 UTC (rev 8661)
@@ -6,5 +6,5 @@
  * NotConnectedException.
  */
 public class DisconnectedException extends Exception {
-       static final long serialVersionUID = -1;
+       private static final long serialVersionUID = -1;
 }


Reply via email to