Skip to content
Snippets Groups Projects
Commit 4bb20955 authored by Florian Hölzl's avatar Florian Hölzl
Browse files

RED

refs 1542
parent 9d1c4c21
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ public final class DataBindingUtils {
* @param feature
* the element's feature to be observed
*/
// TODO (FH): update comment with @return
public static Binding[] bind(DataBindingContext dbc, Control control, EObject modelElement,
EStructuralFeature feature) {
return performComplexTextBinding(dbc, control,
......@@ -80,6 +81,7 @@ public final class DataBindingUtils {
* @param textToModelConverter
* the converter from the control's text to the element
*/
// TODO (FH): update comment with @return
public static void bind(DataBindingContext dbc, Control control, EObject modelElement,
EStructuralFeature feature, IConverter modelToTextConverter,
IConverter textToModelConverter) {
......@@ -265,5 +267,4 @@ public final class DataBindingUtils {
return bindings;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment