Skip to content

Commit fbe60d6

Browse files
committed
IOEvent: tweak javadoc
Opening and saving are two possible I/O types, but not necessarily the *only* possible types.
1 parent 9bf6dc4 commit fbe60d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/io/event/IOEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import org.scijava.event.SciJavaEvent;
3535

3636
/**
37-
* An event indicating that I/O (i.e., opening or saving) has occurred.
37+
* An event indicating that I/O (e.g., opening or saving) has occurred.
3838
*
3939
* @author Curtis Rueden
4040
*/

0 commit comments

Comments
 (0)