[Japi-cvs] SF.net SVN: japi:[1168] libs/net/trunk/src/prj/net/sf/japi/net/Forwarder. java
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-02-24 03:22:10
|
Revision: 1168 http://japi.svn.sourceforge.net/japi/?rev=1168&view=rev Author: christianhujer Date: 2009-02-24 02:22:54 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fixed wrong todo format. Modified Paths: -------------- libs/net/trunk/src/prj/net/sf/japi/net/Forwarder.java Modified: libs/net/trunk/src/prj/net/sf/japi/net/Forwarder.java =================================================================== --- libs/net/trunk/src/prj/net/sf/japi/net/Forwarder.java 2009-02-24 02:22:18 UTC (rev 1167) +++ libs/net/trunk/src/prj/net/sf/japi/net/Forwarder.java 2009-02-24 02:22:54 UTC (rev 1168) @@ -82,7 +82,7 @@ } catch (final InterruptedException ignore) { /* ignore */ } catch (final IOException e) { - e.printStackTrace(); //TODO + e.printStackTrace(); // TODO:2009-02-23:christianhujer:Better handling of the exception. } finally { try { s1.close(); } catch (final IOException ignore) { /* ignore */ } try { s2.close(); } catch (final IOException ignore) { /* ignore */ } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |