Skip to content
Snippets Groups Projects
Commit ed848eda authored by Simon Barner's avatar Simon Barner
Browse files

- Remove unused method

refs 1841
parent 8e5edf6b
No related branches found
No related tags found
No related merge requests found
......@@ -96,15 +96,6 @@ public class MultiSelectionCellEditor extends DialogCellEditor {
this.multiSelection = multiSelection;
}
/**
* Returns the set of selected elements. In case the user presses cancel in the
* {@link MultiSelectionDialog} wrapped by this {@link MultiSelectionCellEditor}, {@code null}
* is returned.
*/
public Collection<?> getSelectedElements() {
return selectedElements;
}
/** {@inheritDoc} */
@Override
protected Object openDialogBox(Control cellEditorWindow) {
......
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