Mercurial > hg > RemoteEditor > REPSessionManager
diff rep/REPCommand.java @ 19:b2ebdec2cb50
*** empty log message ***
author | pin |
---|---|
date | Fri, 02 Nov 2007 16:10:53 +0900 |
parents | 806e34a6fecd |
children | 2b4863af8804 |
line wrap: on
line diff
--- a/rep/REPCommand.java Fri Nov 02 15:40:40 2007 +0900 +++ b/rep/REPCommand.java Fri Nov 02 16:10:53 2007 +0900 @@ -13,7 +13,7 @@ public String string; private int textsiz; String host; - int port; + String port; public REPCommand(int cmd,int sid,int eid, int seq, int lineno, int textsiz, String string) { this.cmd = cmd; @@ -55,7 +55,7 @@ this.host = host; } - public void setPort(int port) { + public void setPort(String port) { // TODO Auto-generated method stub this.port = port; }