Mercurial > hg > RemoteEditor > REPSessionManager
changeset 97:f5d222e54e8c
*** empty log message ***
author | pin |
---|---|
date | Sat, 22 Dec 2007 10:19:37 +0900 |
parents | f0bc200d963d |
children | cc67a5a81535 |
files | rep/SessionManager.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rep/SessionManager.java Sat Dec 22 10:14:18 2007 +0900 +++ b/rep/SessionManager.java Sat Dec 22 10:19:37 2007 +0900 @@ -389,7 +389,7 @@ public static void main(String[] args) throws InterruptedException, IOException { int port = 8766; - int port_s = 8765; + int port_s = 8766; if(args.length > 0){ port = Integer.parseInt(args[0]);