Skip to content

Commit 72ce14a

Browse files
committed
DefaultParseService: update javadoc link
1 parent 448a8bd commit 72ce14a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/org/scijava/parse/DefaultParseService.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ public Items parse(final String arg, final boolean strict) {
6262
// -- Helper classes --
6363

6464
/**
65-
* {@link Items} implementation backed by the
66-
* <a href="https://github.com/scijava/scijava-expression-parser">SciJava
67-
* Expression Parser</a>.
65+
* {@link Items} implementation backed by
66+
* <a href="https://github.com/scijava/parsington">Parsington</a>.
6867
*/
6968
private static class ItemsList extends ObjectArray<Item> implements Items {
7069

0 commit comments

Comments
 (0)