mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-02-23 02:45:19 +01:00
noop
Former-commit-id: 335aebcb825923cc50de38d6bb38ee699dcb47b7
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