Skip to content

Commit 71ae0d1

Browse files
committed
DefaultRecentFileService: tweak javadoc
1 parent 03a6c47 commit 71ae0d1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/main/java/org/scijava/io/DefaultRecentFileService.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,9 @@
6262
* <p>
6363
* Behavior: There is a limited number of files presented (maxFilesShown),
6464
* regardless of the list length. When a file is opened, its path is added to
65-
* the top of the list. If an image has been saved as a new file, its path is
66-
* added to the top of the list.
65+
* the top of the list. If data has been saved as a new file, its path is added
66+
* to the top of the list.
6767
* </p>
68-
* <ul>
69-
* <li>add(String path)</li>
70-
* <li>remove(String path)</li>
71-
* </ul>
7268
*
7369
* @author Grant Harris
7470
* @author Curtis Rueden

0 commit comments

Comments
 (0)