Author: j16sdiz
Date: 2008-09-06 06:35:12 +0000 (Sat, 06 Sep 2008)
New Revision: 22487
Modified:
trunk/freenet/src/freenet/plugin/api/PluginFetchException.java
Log:
warning hunt: freenet.plugin.api
Modified: trunk/freenet/src/freenet/plugin/api/PluginFetchException.java
===================================================================
--- trunk/freenet/src/freenet/plugin/api/PluginFetchException.java
2008-09-06 06:34:51 UTC (rev 22486)
+++ trunk/freenet/src/freenet/plugin/api/PluginFetchException.java
2008-09-06 06:35:12 UTC (rev 22487)
@@ -6,6 +6,7 @@
/**
* Base class of exceptions thrown when a plugin fetch fails.
*/
+ at SuppressWarnings("serial")
public abstract class PluginFetchException extends Exception {
}