mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +02:00
Fix bug where getSupportedFormats() was throwing rather than returning data
This commit is contained in:
parent
14d03593f9
commit
d1446de73e
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ public class SyncVariableDataAccess {
|
||||||
/*
|
/*
|
||||||
* All good set return value.
|
* All good set return value.
|
||||||
*/
|
*/
|
||||||
rm.setData(new Object());
|
rm.setData(getData());
|
||||||
rm.done();
|
rm.done();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue