1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-02 13:55:39 +02:00

getOperation() new method.

This commit is contained in:
Alain Magloire 2002-10-24 02:41:42 +00:00
parent dc089a66ed
commit 304bfef308

View file

@ -20,6 +20,10 @@ public class CLICommand extends Command
operation = oper; operation = oper;
} }
public String getOperation() {
return operation;
}
/** /**
* Returns the text representation of this command. * Returns the text representation of this command.
* *