Skip to content

Commit c17a35d

Browse files
committed
Remove unhappy javadoc characters
1 parent 32556c4 commit c17a35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/desktop/DesktopService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ default void addFileTypes(final List<String> extensions,
105105
}
106106

107107
/**
108-
* Gets the map of supported file types (extension → -> MIME type).
108+
* Gets the map of supported file types (extension → MIME type).
109109
* <p>
110110
* Values ending in {@code "/*"} (e.g. {@code "image/*"}) are unresolved
111111
* sentinels, meaning the specific MIME type is not yet known. Callers that

0 commit comments

Comments
 (0)