[Coliut-svncommit] SF.net SVN: coliut: [6] client/ColiutInput.java
Status: Planning
Brought to you by:
ronaldmaas
|
From: <ron...@us...> - 2008-05-26 10:26:55
|
Revision: 6
http://coliut.svn.sourceforge.net/coliut/?rev=6&view=rev
Author: ronaldmaas
Date: 2008-05-26 03:26:54 -0700 (Mon, 26 May 2008)
Log Message:
-----------
Refine exception handling
Modified Paths:
--------------
client/ColiutInput.java
Modified: client/ColiutInput.java
===================================================================
--- client/ColiutInput.java 2008-05-24 12:34:43 UTC (rev 5)
+++ client/ColiutInput.java 2008-05-26 10:26:54 UTC (rev 6)
@@ -30,7 +30,7 @@
try
{
input = in.readLine();
- } catch (Exception ex)
+ } catch (IOException ex)
{
input = "";
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|