Skip to content

Commit bf0a385

Browse files
committed
ServicesLoadedEvent: add missing javadoc
1 parent 72a608f commit bf0a385

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/org/scijava/service/event/ServicesLoadedEvent.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@
3131

3232
package org.scijava.service.event;
3333

34+
import org.scijava.Context;
3435
import org.scijava.event.SciJavaEvent;
3536

3637
/**
37-
* TODO
38+
* An event which fires when a {@link Context} finishes initializing all its
39+
* services.
3840
*
3941
* @author Barry DeZonia
4042
*/

0 commit comments

Comments
 (0)