mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
made variable final - checkstyle
Former-commit-id: 9ce0624d3df3d1924a5a673f7f4715a960b1fabf
This commit is contained in:
@@ -139,7 +139,7 @@ public class DatabaseProperties {
|
||||
* @return a map of the database meta data
|
||||
*/
|
||||
public Map getMetaData() {
|
||||
TreeMap map = new TreeMap();
|
||||
final TreeMap map = new TreeMap();
|
||||
for (Entry<Object, Object> entry : properties.entrySet()) {
|
||||
final String key = (String) entry.getKey();
|
||||
if (!"version".equals(key)) {
|
||||
|
||||
Reference in New Issue
Block a user