Skip to content

Commit 49c055b

Browse files
committed
Fix author tags
1 parent 5768490 commit 49c055b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/main/java/org/scijava/event/ContextDisposingEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
/**
3535
* Event to be published just before disposing a context.
3636
*
37-
* @author Johannes Schindein
37+
* @author Johannes Schindelin
3838
*/
3939
public class ContextDisposingEvent extends SciJavaEvent { }

src/test/java/org/scijava/util/ProcessUtilsTest.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,7 @@ private void assumePOSIX() {
7171
assumeTrue(PlatformUtils.isPOSIX());
7272
}
7373

74-
/**
75-
* A class executing a 'sleep' call, to be interrupted.
76-
*
77-
* @author Johannes Schindelin
78-
*/
74+
/** A class executing a 'sleep' call, to be interrupted. */
7975
private static class SleepThread extends Thread {
8076
private int seconds;
8177
private Throwable result;

0 commit comments

Comments
 (0)