Skip to content

Commit 205f144

Browse files
authored
Remove obsolette TODO.
1 parent 8f4e28c commit 205f144

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

java/java.editor/src/org/netbeans/modules/java/editor/imports/ClipboardHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ public void exportToClipboard(JComponent comp, Clipboard clip, int action) throw
452452
} else {
453453
selectorType = null;
454454
}
455-
//TODO: erroneous selector
456455
Element selectorElement = selectorType != null ? parameter.getTypes().asElement(selectorType) : null;
457456
shouldImport = selectorElement == null || selectorElement.getKind() != ElementKind.ENUM;
458457
}

0 commit comments

Comments
 (0)