Skip to content

Commit 23682e5

Browse files
committed
Remove @SuppressWarnings("unchecked")
1 parent 3413805 commit 23682e5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/org/netbeans/modules/php/wordpress/editor/completion/FilterAndActionCompletion.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ public FilterAndActionCompletion() {
110110
refresh();
111111
}
112112

113-
@SuppressWarnings("unchecked")
114113
@Override
115114
public CompletionTask createTask(int queryType, JTextComponent component, final PhpModule phpModule) {
116115
return new AsyncCompletionTask(new AsyncCompletionQuery() {

0 commit comments

Comments
 (0)