mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 09:15:38 +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;
|
operation = oper;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void setOperation(String op) {
|
||||||
|
operation = op;
|
||||||
|
}
|
||||||
|
|
||||||
public String getOperation() {
|
public String getOperation() {
|
||||||
return operation;
|
return operation;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue