Author: saces
Date: 2008-07-28 17:58:30 +0000 (Mon, 28 Jul 2008)
New Revision: 21452
Modified:
trunk/freenet/src/freenet/pluginmanager/PluginDownLoaderOfficial.java
Log:
fix 1.6ism
Modified: trunk/freenet/src/freenet/pluginmanager/PluginDownLoaderOfficial.java
===================================================================
--- trunk/freenet/src/freenet/pluginmanager/PluginDownLoaderOfficial.java
2008-07-28 17:52:48 UTC (rev 21451)
+++ trunk/freenet/src/freenet/pluginmanager/PluginDownLoaderOfficial.java
2008-07-28 17:58:30 UTC (rev 21452)
@@ -106,7 +106,7 @@
System.out.println("The CA has been imported into the
trustStore");
} catch(Exception e) {
System.err.println("Error while handling the CA :" +
e.getMessage());
- throw new IOException("Error while handling the CA :
"+e, e);
+ throw new IOException("Error while handling the CA :
"+e);
} finally {
Closer.close(fis);
}