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 254dd05 commit 1f213f2Copy full SHA for 1f213f2
src/test/java/org/scijava/service/ServiceIndexTest.java
@@ -71,7 +71,7 @@ public void testGetAll() {
71
@Test
72
public void testMarkerInterfaces() {
73
final Context context = new Context();
74
- for (Service s : context.getServiceIndex().getAll()) {
+ for (final Service s : context.getServiceIndex().getAll()) {
75
assertTrue(s.getClass().getName(), s instanceof SciJavaService);
76
}
77
context.dispose();
0 commit comments