Skip to content

Commit

Permalink
NOSONAR for wildcard
Browse files Browse the repository at this point in the history
we take it from EMF
  • Loading branch information
LorenzoBettini committed Nov 17, 2023
1 parent 320f523 commit 21672d8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -550,7 +550,7 @@ public List<IMenuContributionSpecification> createSiblingActions(ISelection sele
return actions;
}

protected Collection<?> getDescriptors(ISelection selection, boolean siblings) {
protected Collection<?> getDescriptors(ISelection selection, boolean siblings) { // NOSONAR Collection<?> is implied by the method from EMF
final Object firstSelectedElement = selectionHelper.getFirstSelectedElement(selection);
if (getEditingDomain() == null) {
return Collections.emptyList();
Expand Down

0 comments on commit 21672d8

Please sign in to comment.