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
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ import org.eclipse.swt.widgets.Control;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 5B1DA8B4D94B667B011C5E7502E21B68
* @ConQAT.Rating GREEN Hash: 92A67E1D26D4675C3B549AE47D88778D
*/
public final class DataBindingUtils {
......@@ -56,8 +56,8 @@ public final class DataBindingUtils {
* the model element to be observed
* @param feature
* 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,
EStructuralFeature feature) {
return performComplexTextBinding(dbc, control,
......@@ -81,7 +81,6 @@ 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) {
......
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