changeset 9:2237c4a06427

update MyRfbProto
author e085711
date Sat, 16 Apr 2011 00:22:17 +0900
parents efb8090ce9c3
children 9c7eab50c708
files src/MyRfbProto.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/MyRfbProto.java	Sat Apr 16 00:15:26 2011 +0900
+++ b/src/MyRfbProto.java	Sat Apr 16 00:22:17 2011 +0900
@@ -65,7 +65,7 @@
 		inNormalProtocol = true;
 	}
 
-	void sendinitData(Socket sock) throws IOException{
+	void sendInitData(Socket sock) throws IOException{
 		sock.getOutputStream().write(initData);
 	}