changeset 115:418e2433bd04

*** empty log message ***
author kent
date Sun, 23 Dec 2007 16:25:00 +0900
parents c59b0886061c
children cf4df4f73605
files src/sample/merge/Translater.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/sample/merge/Translater.java	Sun Dec 23 16:15:15 2007 +0900
+++ b/src/sample/merge/Translater.java	Sun Dec 23 16:25:00 2007 +0900
@@ -9,7 +9,7 @@
 	 * @param command which the editor want to send.
 	 * @return translated command which should be sent by the editor.
 	 */
-	abstract public REPCommand transSendCmd(REPCommand cmd);
+	abstract public REPCommand[] transSendCmd(REPCommand cmd);
 
 	/**
 	 * Inform translater about that the editor receive own command which it sent.