From c923b48ecc692a6a5b938194b64476c3a7d142c7 Mon Sep 17 00:00:00 2001 From: Pawel Piech Date: Thu, 5 Apr 2007 16:15:50 +0000 Subject: [PATCH] Fixed javac compiler error. --- .../src/org/eclipse/dd/dsf/debug/service/command/ICommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/org.eclipse.dd.dsf.debug/src/org/eclipse/dd/dsf/debug/service/command/ICommand.java b/plugins/org.eclipse.dd.dsf.debug/src/org/eclipse/dd/dsf/debug/service/command/ICommand.java index 0b67c7cc1b3..1e6a2520705 100644 --- a/plugins/org.eclipse.dd.dsf.debug/src/org/eclipse/dd/dsf/debug/service/command/ICommand.java +++ b/plugins/org.eclipse.dd.dsf.debug/src/org/eclipse/dd/dsf/debug/service/command/ICommand.java @@ -30,7 +30,7 @@ public interface ICommand { * * @return newly created command, or null if command cannot be coalesced */ - public ICommand coalesceWith( ICommand command ); + public ICommand coalesceWith( ICommand command ); }