Skip to content

Commit 195438d

Browse files
gab1onectrueden
authored andcommitted
Location: tweak javadoc
Clarify that locations can be read and/or write.
1 parent ac6a54a commit 195438d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)