Skip to content

Commit e58dbc1

Browse files
Perform clean code of mylyn.context/org.eclipse.mylyn.resources.ui
1 parent 3b36968 commit e58dbc1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mylyn.context/org.eclipse.mylyn.resources.ui/src/org/eclipse/mylyn/resources/ui/FocusCommonNavigatorAction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ protected boolean isPreservedFilter(ViewerFilter filter) {
224224
*
225225
* @{link LinkEditorAction}
226226
*/
227-
@SuppressWarnings("unchecked")
228227
private IStructuredSelection mergeSelection(IStructuredSelection aBase, IStructuredSelection aSelectionToAppend) {
229228
if (aBase == null || aBase.isEmpty()) {
230229
return aSelectionToAppend != null ? aSelectionToAppend : StructuredSelection.EMPTY;

0 commit comments

Comments
 (0)