Skip to content

Commit 26df831

Browse files
author
Gabriel Einsdorf
committed
Location: tweak javadoc
Clarify that locations can be read and/or write.
1 parent 04a1a07 commit 26df831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/io/Location.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* resource identifier</a> ({@link URI}), a location identifies <em>where</em>
4343
* the data resides, without necessarily specifying <em>how</em> to access that
4444
* data. The {@link DataHandle} interface defines a plugin that knows how to
45-
* provide a stream of bytes for a particular kind of location.
45+
* read and/or write bytes for a particular kind of location.
4646
* </p>
4747
*
4848
* @author Curtis Rueden

0 commit comments

Comments
 (0)