Skip to content

Commit 33496fe

Browse files
committed
SearchResult: add javadoc
1 parent 5477317 commit 33496fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/scijava/search/SearchResult.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@
4242
*/
4343
public interface SearchResult {
4444

45+
/** Title of the search result, intended for detailed display. */
4546
String name();
4647

48+
/** Short name, intended for display in the list of results. */
4749
default String identifier() {
4850
return name();
4951
}

0 commit comments

Comments
 (0)