Skip to content

Commit 3d158e5

Browse files
committed
Context: remove unnecessary SuppressWarnings
1 parent 3c582e3 commit 3d158e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/scijava/Context.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,6 @@ private static PluginIndex plugins(final boolean empty) {
533533
return empty ? new PluginIndex(null) : null;
534534
}
535535

536-
@SuppressWarnings("unchecked")
537536
private static List<Class<? extends Service>> services(final boolean empty) {
538537
if (empty) return Collections.<Class<? extends Service>> emptyList();
539538
return Arrays.<Class<? extends Service>> asList(Service.class);

0 commit comments

Comments
 (0)