We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2ac55 commit c6a05c7Copy full SHA for c6a05c7
1 file changed
src/main/java/org/scijava/welcome/DefaultWelcomeService.java
@@ -134,6 +134,8 @@ private String firstRunPrefKey() {
134
return "firstRun-" + appService.getApp().getVersion();
135
}
136
137
+ // TODO: move this into TextUtils or some such
138
+ // see https://github.com/scijava/scijava-common/issues/82
139
// get digest of the file as according to fullPath
140
private String getChecksum(final String text)
141
{
0 commit comments