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 5768490 commit 49c055bCopy full SHA for 49c055b
src/main/java/org/scijava/event/ContextDisposingEvent.java
@@ -34,6 +34,6 @@
34
/**
35
* Event to be published just before disposing a context.
36
*
37
- * @author Johannes Schindein
+ * @author Johannes Schindelin
38
*/
39
public class ContextDisposingEvent extends SciJavaEvent { }
src/test/java/org/scijava/util/ProcessUtilsTest.java
@@ -71,11 +71,7 @@ private void assumePOSIX() {
71
assumeTrue(PlatformUtils.isPOSIX());
72
}
73
74
- /**
75
- * A class executing a 'sleep' call, to be interrupted.
76
- *
77
- * @author Johannes Schindelin
78
- */
+ /** A class executing a 'sleep' call, to be interrupted. */
79
private static class SleepThread extends Thread {
80
private int seconds;
81
private Throwable result;
0 commit comments