Skip to content
Snippets Groups Projects
Commit 56e9298d authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Completing commit 11933 (connection to bug-report), fixes a warning.

refs 2154
parent a80521c5
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,6 @@ public class CheckBoxEditingSupport extends AnnotationEditingSupportBase {
/** Flag if this {@link BooleanCellEditor} is editable. */
boolean isEditable;
Class<? extends IAnnotatedSpecification> specClass;
/** References the column viewer. */
ColumnViewer viewer;
......@@ -47,7 +45,6 @@ public class CheckBoxEditingSupport extends AnnotationEditingSupportBase {
public CheckBoxEditingSupport(ColumnViewer viewer,
Class<? extends IAnnotatedSpecification> specClass, String instanceKey) {
super(viewer, specClass, instanceKey);
this.specClass = specClass;
this.viewer = viewer;
checkBoxEditor = new BooleanCellEditor(((TableViewer)viewer).getTable());
}
......
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