Author: toad
Date: 2008-03-04 16:49:56 +0000 (Tue, 04 Mar 2008)
New Revision: 18343
Modified:
trunk/freenet/src/freenet/io/xfer/ThrottleDeprecatedException.java
Log:
Fix warning (add serialVersion)
Modified: trunk/freenet/src/freenet/io/xfer/ThrottleDeprecatedException.java
===================================================================
--- trunk/freenet/src/freenet/io/xfer/ThrottleDeprecatedException.java
2008-03-04 16:48:21 UTC (rev 18342)
+++ trunk/freenet/src/freenet/io/xfer/ThrottleDeprecatedException.java
2008-03-04 16:49:56 UTC (rev 18343)
@@ -6,6 +6,8 @@
*/
public class ThrottleDeprecatedException extends Exception {
+ private static final long serialVersionUID = -4542976419025644806L;
+
ThrottleDeprecatedException(PacketThrottle target) {
this.target = target;
}