1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-21 15:23:59 +02:00

new method setOperation().

This commit is contained in:
Alain Magloire 2004-01-28 21:03:12 +00:00
parent cbf543e5ae
commit 84688a090f

View file

@ -20,6 +20,10 @@ public class CLICommand extends Command
operation = oper; operation = oper;
} }
public void setOperation(String op) {
operation = op;
}
public String getOperation() { public String getOperation() {
return operation; return operation;
} }