[freenet-cvs] r18347 - trunk/freenet/src/freenet/clients/http

toad at freenetproject.org toad at freenetproject.org
Tue Mar 4 16:52:55 UTC 2008


Author: toad
Date: 2008-03-04 16:52:55 +0000 (Tue, 04 Mar 2008)
New Revision: 18347

Modified:
   trunk/freenet/src/freenet/clients/http/PermanentRedirectException.java
Log:
Fix warning: add generated serialVersion

Modified: trunk/freenet/src/freenet/clients/http/PermanentRedirectException.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/PermanentRedirectException.java	2008-03-04 16:52:30 UTC (rev 18346)
+++ trunk/freenet/src/freenet/clients/http/PermanentRedirectException.java	2008-03-04 16:52:55 UTC (rev 18347)
@@ -4,6 +4,7 @@
 
 public class PermanentRedirectException extends Exception {
 
+	private static final long serialVersionUID = -166786248237623796L;
 	URI newuri;
 	
 	public PermanentRedirectException() {




More information about the cvs mailing list