mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +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;
|
return fValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 2.1
|
||||||
|
*/
|
||||||
public void setEditableValue(String editableValue) {
|
public void setEditableValue(String editableValue) {
|
||||||
fEditableValue = editableValue;
|
fEditableValue = editableValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 2.1
|
||||||
|
*/
|
||||||
public String getEditableValue() {
|
public String getEditableValue() {
|
||||||
return fEditableValue;
|
return fEditableValue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue