Skip to content

Commit 764f39e

Browse files
committed
MenuPath: tweak javadoc
1 parent 7b78083 commit 764f39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/MenuPath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public MenuPath(final Collection<? extends MenuEntry> menuEntries) {
6262

6363
/**
6464
* Creates a menu path with entries parsed from the given string. Assumes
65-
* "&gt;" as the separator (e.g., "File&gt;New&gt;Image").
65+
* {@code >} as the separator (e.g., {@code File>New>Image}).
6666
*
6767
* @see #PATH_SEPARATOR
6868
*/

0 commit comments

Comments
 (0)