Skip to content

Commit 34049dd

Browse files
eclipse-platform-botakurtakov
authored andcommitted
Perform clean code of bundles/org.eclipse.ui.workbench
1 parent bfb48af commit 34049dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/dialogs/TwoPaneElementSelector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public Control createDialogArea(Composite parent) {
132132
List initialSelections = getInitialElementSelections();
133133
if (!initialSelections.isEmpty()) {
134134
Object element = initialSelections.get(0);
135-
setSelection(new Object[] { element });
135+
setSelection(element);
136136
setLowerSelectedElement(element);
137137
}
138138
return contents;

0 commit comments

Comments
 (0)