pmd/checkstyle/findbugs corrections

This commit is contained in:
Jeremy Long
2015-11-24 16:12:23 -05:00
parent a3adf71a1d
commit 1b2210aba0
11 changed files with 97 additions and 66 deletions

View File

@@ -357,10 +357,13 @@ public class Update extends Purge {
this.cveUrl20Base = cveUrl20Base;
}
/**
* The number of hours to wait before re-checking for updates.
*/
private Integer cveValidForHours;
/**
* Get the value of cveValidForHours
* Get the value of cveValidForHours.
*
* @return the value of cveValidForHours
*/
@@ -369,7 +372,7 @@ public class Update extends Purge {
}
/**
* Set the value of cveValidForHours
* Set the value of cveValidForHours.
*
* @param cveValidForHours new value of cveValidForHours
*/