Author: nextgens
Date: 2009-02-02 20:44:28 +0000 (Mon, 02 Feb 2009)
New Revision: 25477

Modified:
   trunk/freenet/src/freenet/io/comm/NotConnectedException.java
Log:
NotConnectedException doesn't need a stack trace either

Modified: trunk/freenet/src/freenet/io/comm/NotConnectedException.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/NotConnectedException.java        
2009-02-02 20:22:02 UTC (rev 25476)
+++ trunk/freenet/src/freenet/io/comm/NotConnectedException.java        
2009-02-02 20:44:28 UTC (rev 25477)
@@ -24,4 +24,8 @@
                initCause(e);
        }
 
+    @Override
+    public final synchronized Throwable fillInStackTrace() {
+        return null;
+    }
 }

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to