[freenet-cvs] r13473 - trunk/freenet/src/freenet/clients/http/filter

nextgens at freenetproject.org nextgens at freenetproject.org
Tue Jun 5 16:47:42 UTC 2007


Author: nextgens
Date: 2007-06-05 16:47:41 +0000 (Tue, 05 Jun 2007)
New Revision: 13473

Modified:
   trunk/freenet/src/freenet/clients/http/filter/UnknownCharsetException.java
Log:
Add a "private static final long serialVersionUID" so that eclipse won't display the warning anymore

Modified: trunk/freenet/src/freenet/clients/http/filter/UnknownCharsetException.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/filter/UnknownCharsetException.java	2007-06-05 16:43:30 UTC (rev 13472)
+++ trunk/freenet/src/freenet/clients/http/filter/UnknownCharsetException.java	2007-06-05 16:47:41 UTC (rev 13473)
@@ -6,7 +6,7 @@
 import freenet.support.HTMLNode;
 
 public class UnknownCharsetException extends DataFilterException {
-
+	private static final long serialVersionUID = 1L;
 	public final String charset;
 	
 	private UnknownCharsetException(String warning, String warning2, String string, HTMLNode explanation, String charset) {




More information about the cvs mailing list