Skip to content

Commit a809ffb

Browse files
committed
Fix StatusServiceTest
Name it consistently with all other service tests. And add the missing class javadoc and @author tag.
1 parent 60d5d13 commit a809ffb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/test/java/org/scijava/app/DefaultStatusServiceTest.java renamed to src/test/java/org/scijava/app/StatusServiceTest.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@
4848
import org.scijava.event.EventHandler;
4949
import org.scijava.plugin.Parameter;
5050

51-
public class DefaultStatusServiceTest {
51+
/**
52+
* Tests {@link StatusService}.
53+
*
54+
* @author Lee Kamentsky
55+
*/
56+
public class StatusServiceTest {
5257

5358
private Context context;
5459
private StatusListener statusListener;

0 commit comments

Comments
 (0)