mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
noop
Former-commit-id: 74831d3c34ac203f4a310633ce1983f8083816ec
This commit is contained in:
@@ -130,6 +130,10 @@ public class Dependency implements Comparable<Dependency> {
|
||||
*/
|
||||
public void setActualFilePath(String actualFilePath) {
|
||||
this.actualFilePath = actualFilePath;
|
||||
if (this.sha1sum == null) {
|
||||
File f = new File(this.actualFilePath);
|
||||
determineHashes(f);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user