mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
Fixes for M6 build.
This commit is contained in:
parent
0613a1b069
commit
68dea21be0
1 changed files with 6 additions and 0 deletions
|
@ -125,10 +125,16 @@ public interface IFormattedValues extends IDsfService {
|
|||
return fValue;
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.1
|
||||
*/
|
||||
public void setEditableValue(String editableValue) {
|
||||
fEditableValue = editableValue;
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.1
|
||||
*/
|
||||
public String getEditableValue() {
|
||||
return fEditableValue;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue