mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 00:04:27 +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) {
|
public void setActualFilePath(String actualFilePath) {
|
||||||
this.actualFilePath = actualFilePath;
|
this.actualFilePath = actualFilePath;
|
||||||
|
if (this.sha1sum == null) {
|
||||||
|
File f = new File(this.actualFilePath);
|
||||||
|
determineHashes(f);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user