Skip to content

Commit 52e63f8

Browse files
committed
Add note on the dependence on the Checksummer
1 parent 30de6ab commit 52e63f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/net/imagej/updater/FilesCollection.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@
9595
* {@code update} directory reflecting the staged changes, and apply them if
9696
* needed.
9797
* </p>
98+
* <p>
99+
* Note that which files are incorporated into the {@code FilesCollection} is
100+
* based on the behavior of the {@link Checksummer}.
101+
* </p>
98102
*
99103
* @author Johannes Schindelin
100104
*/

0 commit comments

Comments
 (0)