Author: toad
Date: 2007-12-13 23:25:10 +0000 (Thu, 13 Dec 2007)
New Revision: 16516

Modified:
   trunk/freenet/src/freenet/node/FSParseException.java
Log:
Apparently it does ... but somehow the cause doesn't get logged. WTF?!

Modified: trunk/freenet/src/freenet/node/FSParseException.java
===================================================================
--- trunk/freenet/src/freenet/node/FSParseException.java        2007-12-13 
23:23:02 UTC (rev 16515)
+++ trunk/freenet/src/freenet/node/FSParseException.java        2007-12-13 
23:25:10 UTC (rev 16516)
@@ -11,7 +11,6 @@
        private static final long serialVersionUID = -1;
     public FSParseException(Exception e) {
         super(e);
-       initCause(e);
     }

     public FSParseException(String msg) {


Reply via email to