diff rep/REPCommand.java @ 144:0bf7f8d0f5f7

*** empty log message ***
author pin
date Wed, 27 Aug 2008 22:55:43 +0900
parents 6f15a8880ed8
children 5b7abc22e61a
line wrap: on
line diff
--- a/rep/REPCommand.java	Wed Aug 27 22:48:10 2008 +0900
+++ b/rep/REPCommand.java	Wed Aug 27 22:55:43 2008 +0900
@@ -1,6 +1,6 @@
 package rep;
 
-import remoteeditor.network.REP;
+import rep.REP;
 
 public class REPCommand {
 	public static REPCommand SMCMD_SESSION_JOIN = new REPCommand(REP.SMCMD_SM_JOIN, 0, 0, 0, 0, 0, "");