1
0
Fork 0
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:
David Dubrow 2010-03-17 20:16:32 +00:00
parent 14d03593f9
commit d1446de73e

View file

@ -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();
} }
} }