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
Branches
Tags
No related merge requests found
...@@ -38,8 +38,6 @@ public class CheckBoxEditingSupport extends AnnotationEditingSupportBase { ...@@ -38,8 +38,6 @@ public class CheckBoxEditingSupport extends AnnotationEditingSupportBase {
/** Flag if this {@link BooleanCellEditor} is editable. */ /** Flag if this {@link BooleanCellEditor} is editable. */
boolean isEditable; boolean isEditable;
Class<? extends IAnnotatedSpecification> specClass;
/** References the column viewer. */ /** References the column viewer. */
ColumnViewer viewer; ColumnViewer viewer;
...@@ -47,7 +45,6 @@ public class CheckBoxEditingSupport extends AnnotationEditingSupportBase { ...@@ -47,7 +45,6 @@ public class CheckBoxEditingSupport extends AnnotationEditingSupportBase {
public CheckBoxEditingSupport(ColumnViewer viewer, public CheckBoxEditingSupport(ColumnViewer viewer,
Class<? extends IAnnotatedSpecification> specClass, String instanceKey) { Class<? extends IAnnotatedSpecification> specClass, String instanceKey) {
super(viewer, specClass, instanceKey); super(viewer, specClass, instanceKey);
this.specClass = specClass;
this.viewer = viewer; this.viewer = viewer;
checkBoxEditor = new BooleanCellEditor(((TableViewer)viewer).getTable()); checkBoxEditor = new BooleanCellEditor(((TableViewer)viewer).getTable());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment