1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

new method setOperation().

This commit is contained in:
Alain Magloire 2004-01-28 20:52:16 +00:00
parent 8d6cbf9b4b
commit 12ac7e97c7

View file

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