Skip to content
Snippets Groups Projects
Commit ca4e7ca3 authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

improves comment

refs 2490
parent cae420eb
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ import org.fortiss.tooling.kernel.ui.internal.editor.ModelElementEditorInput;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: BEDD3B001B106D93EF603243BEEF34FF
* @ConQAT.Rating YELLOW Hash: 62DA86DF344D8B6A14966A85708E5CB9
*/
public abstract class EditorBase<T extends EObject> extends EditorPart implements
IActionContributingEditor, IModelEditor<T> {
......@@ -160,8 +160,8 @@ public abstract class EditorBase<T extends EObject> extends EditorPart implement
}
/**
* Override it to add {@link Text} or {@link StyledText} to the
* {@link TextStyledTextActionHandler}
* Override this method to pass the given handler to any {@link Text} or {@link StyledText} that
* you have.
*/
protected void addTextStyledText(
@SuppressWarnings("unused") TextStyledTextActionHandler textStyledTextActionHandler) {
......
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