Author: volodya
Date: 2007-05-12 16:29:39 +0000 (Sat, 12 May 2007)
New Revision: 13222
Modified:
trunk/freenet/src/freenet/pluginmanager/PluginHTTPException.java
Log:
ok... i'll try to go without the range of the exceptions for now...
Modified: trunk/freenet/src/freenet/pluginmanager/PluginHTTPException.java
===================================================================
--- trunk/freenet/src/freenet/pluginmanager/PluginHTTPException.java
2007-05-12 16:17:08 UTC (rev 13221)
+++ trunk/freenet/src/freenet/pluginmanager/PluginHTTPException.java
2007-05-12 16:29:39 UTC (rev 13222)
@@ -11,7 +11,7 @@
public class PluginHTTPException extends Exception {
private static final long serialVersionUID = -1;
- public short code = 400; // Bad Request
+ public final short code = 400; // Bad Request
public final String message;
public final String location;