Skip to content

Commit c6a05c7

Browse files
committed
Add a note about the ticket to refactor SHA-1 code
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 7a2ac55 commit c6a05c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/scijava/welcome/DefaultWelcomeService.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ private String firstRunPrefKey() {
134134
return "firstRun-" + appService.getApp().getVersion();
135135
}
136136

137+
// TODO: move this into TextUtils or some such
138+
// see https://github.com/scijava/scijava-common/issues/82
137139
// get digest of the file as according to fullPath
138140
private String getChecksum(final String text)
139141
{

0 commit comments

Comments
 (0)