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:
parent
8d6cbf9b4b
commit
12ac7e97c7
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ public class CLICommand extends Command
|
|||
operation = oper;
|
||||
}
|
||||
|
||||
public void setOperation(String op) {
|
||||
operation = op;
|
||||
}
|
||||
|
||||
public String getOperation() {
|
||||
return operation;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue