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

GREEN

refs 1542
parent 5ca8f95a
Branches
Tags
No related merge requests found
...@@ -37,7 +37,7 @@ import org.eclipse.swt.widgets.Control; ...@@ -37,7 +37,7 @@ import org.eclipse.swt.widgets.Control;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 5B1DA8B4D94B667B011C5E7502E21B68 * @ConQAT.Rating GREEN Hash: 92A67E1D26D4675C3B549AE47D88778D
*/ */
public final class DataBindingUtils { public final class DataBindingUtils {
...@@ -56,8 +56,8 @@ public final class DataBindingUtils { ...@@ -56,8 +56,8 @@ public final class DataBindingUtils {
* the model element to be observed * the model element to be observed
* @param feature * @param feature
* the element's feature to be observed * the element's feature to be observed
* @return the array of constructed bindings
*/ */
// 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,
...@@ -81,7 +81,6 @@ public final class DataBindingUtils { ...@@ -81,7 +81,6 @@ 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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment