mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
checkstyle fixes
Former-commit-id: ba40bf3ee9abb796a0f21eca8124edc1d63f81c0
This commit is contained in:
@@ -300,7 +300,7 @@ public class CveDB {
|
||||
* @throws DatabaseException thrown when there is an error retrieving the data from the DB
|
||||
*/
|
||||
public Set<Pair<String, String>> getVendorProductList() throws DatabaseException {
|
||||
HashSet data = new HashSet<Pair<String, String>>();
|
||||
final HashSet data = new HashSet<Pair<String, String>>();
|
||||
ResultSet rs = null;
|
||||
PreparedStatement ps = null;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user