Skip to content

Commit ba1a8dc

Browse files
committed
URLLocation: fix typo in javadoc
1 parent 908ddb4 commit ba1a8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public URL getURL() {
6161

6262
/**
6363
* Gets the associated {@link URI}, or null if this URL is not formatted
64-
* strictly according to to RFC2396 and cannot be converted to a URI.
64+
* strictly according to RFC2396 and cannot be converted to a URI.
6565
*/
6666
@Override
6767
public URI getURI() {

0 commit comments

Comments
 (0)