We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c582e3 commit 3d158e5Copy full SHA for 3d158e5
src/main/java/org/scijava/Context.java
@@ -533,7 +533,6 @@ private static PluginIndex plugins(final boolean empty) {
533
return empty ? new PluginIndex(null) : null;
534
}
535
536
- @SuppressWarnings("unchecked")
537
private static List<Class<? extends Service>> services(final boolean empty) {
538
if (empty) return Collections.<Class<? extends Service>> emptyList();
539
return Arrays.<Class<? extends Service>> asList(Service.class);
0 commit comments