changeset 68:4e31d8494360

modify EchoClient
author e085711
date Sat, 06 Aug 2011 23:34:37 +0900
parents 5e7110277cf0
children 1f05b73b15df
files src/myVncClient/EchoClient.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/myVncClient/EchoClient.java	Sat Aug 06 23:23:00 2011 +0900
+++ b/src/myVncClient/EchoClient.java	Sat Aug 06 23:34:37 2011 +0900
@@ -74,7 +74,6 @@
 		} catch (IOException e) {
 			System.out.println("接続に失敗しました");
 			System.err.println("Couldn't get I/O for the connection to: localhost");
-			System.exit(0);
 		}
 	}