Skip to content
Snippets Groups Projects
Commit 198ba724 authored by Daniel Ratiu's avatar Daniel Ratiu
Browse files

downgraded to RED - small issue that needs to be fixed

parent 74a5e4c2
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.ui.internal.editor.ModelElementEditorInput; ...@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.ui.internal.editor.ModelElementEditorInput;
* @author hoelzlf * @author hoelzlf
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating GREEN Hash: 33B8EF7EEFC175724D309126F34EE7EC * @ConQAT.Rating RED Hash: 1F16F778F300E3605E648ABFB4EE1589
*/ */
public abstract class EditorBase<T extends EObject> extends EditorPart public abstract class EditorBase<T extends EObject> extends EditorPart
implements IActionContributingEditor { implements IActionContributingEditor {
...@@ -56,6 +56,7 @@ public abstract class EditorBase<T extends EObject> extends EditorPart ...@@ -56,6 +56,7 @@ public abstract class EditorBase<T extends EObject> extends EditorPart
protected final DataBindingContext dbc = new DataBindingContext(); protected final DataBindingContext dbc = new DataBindingContext();
/** Returns the edited object. */ /** Returns the edited object. */
// TODO: shouldn't we return T here?
public EObject getEditedObject() { public EObject getEditedObject() {
return editedObject; return editedObject;
} }
......
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