checkstyle fixes

Former-commit-id: 377512fe3a5d5fcf92cd2690bff64f53f12e6d4f
This commit is contained in:
Jeremy Long
2014-03-01 06:42:44 -05:00
parent 5b0b594761
commit 54e45dac51

View File

@@ -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 {