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
Branches
Tags
No related merge requests found
...@@ -57,6 +57,7 @@ public final class DataBindingUtils { ...@@ -57,6 +57,7 @@ public final class DataBindingUtils {
* @param feature * @param feature
* the element's feature to be observed * the element's feature to be observed
*/ */
// TODO (FH): update comment with @return
public static Binding[] bind(DataBindingContext dbc, Control control, EObject modelElement, public static Binding[] bind(DataBindingContext dbc, Control control, EObject modelElement,
EStructuralFeature feature) { EStructuralFeature feature) {
return performComplexTextBinding(dbc, control, return performComplexTextBinding(dbc, control,
...@@ -80,6 +81,7 @@ public final class DataBindingUtils { ...@@ -80,6 +81,7 @@ public final class DataBindingUtils {
* @param textToModelConverter * @param textToModelConverter
* the converter from the control's text to the element * 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, public static void bind(DataBindingContext dbc, Control control, EObject modelElement,
EStructuralFeature feature, IConverter modelToTextConverter, EStructuralFeature feature, IConverter modelToTextConverter,
IConverter textToModelConverter) { IConverter textToModelConverter) {
...@@ -265,5 +267,4 @@ public final class DataBindingUtils { ...@@ -265,5 +267,4 @@ public final class DataBindingUtils {
return bindings; return bindings;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment