Mercurial > hg > RemoteEditor > REPSessionManager
changeset 87:705d4b4baf70
*** empty log message ***
author | pin |
---|---|
date | Fri, 21 Dec 2007 17:11:27 +0900 |
parents | cd2b4d8fff9b |
children | 2cd4e7506d0e |
files | rep/EditorList.java |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rep/EditorList.java Fri Dec 21 17:06:21 2007 +0900 +++ b/rep/EditorList.java Fri Dec 21 17:11:27 2007 +0900 @@ -87,8 +87,9 @@ // TODO Auto-generated method stub for(Editor editor : editorList){ String[] splited = hostport.split(":"); + System.out.println(splited[0] + "," + editor.getHost()); if(splited[0].equals(editor.getHost())){ - System.out.println("akira"); + //System.out.println("akira"); } //String hostandport = editor.getHost() + ":" + editor.getPort(); //if(hostport.equals(hostandport)){