We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3ce4c commit 997a7e3Copy full SHA for 997a7e3
src/test/java/org/scijava/ContextInjectionTest.java
@@ -289,7 +289,7 @@ public static class HasEventsContextual extends AbstractContextual {
289
private boolean eventReceived;
290
291
@EventHandler
292
- private void onEvent(@SuppressWarnings("unused") SciJavaEvent e) {
+ private void onEvent(@SuppressWarnings("unused") final SciJavaEvent e) {
293
eventReceived = true;
294
}
295
@@ -304,7 +304,7 @@ public static class HasEventsPlain {
304
305
306
307
308
309
310
0 commit comments