Skip to content

Commit 1754d67

Browse files
JavaJoeSjukzi
authored andcommitted
Add type args
1 parent 7cf27d2 commit 1754d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

team/bundles/org.eclipse.core.pki/src/org/eclipse/core/pki/util/DotPkiPropertiesRequired.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ private List<String> get() {
5959
"javax.net.ssl.trustStorePassword","javax.net.ssl.keyStoreType",
6060
"javax.net.ssl.keyStoreProvider","javax.net.ssl.cfgFileLocation",
6161
"javax.net.ssl.keyStorePassword", "javax.net.ssl.keyStore");
62-
List<String> list = new ArrayList(l);
62+
List<String> list = new ArrayList<String>(l);
6363
return list;
6464
}
6565
}

0 commit comments

Comments
 (0)