We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a6c47 commit 71ae0d1Copy full SHA for 71ae0d1
src/main/java/org/scijava/io/DefaultRecentFileService.java
@@ -62,13 +62,9 @@
62
* <p>
63
* Behavior: There is a limited number of files presented (maxFilesShown),
64
* 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.
+ * the top of the list. If data has been saved as a new file, its path is added
+ * to the top of the list.
67
* </p>
68
- * <ul>
69
- * <li>add(String path)</li>
70
- * <li>remove(String path)</li>
71
- * </ul>
72
*
73
* @author Grant Harris
74
* @author Curtis Rueden
0 commit comments