8259069: Fields could be final

Reviewed-by: wetmore
This commit is contained in:
Xue-Lei Andrew Fan 2021-01-05 00:11:55 +00:00
parent f0aae81ed5
commit 2499ac3db5
13 changed files with 33 additions and 32 deletions

View file

@ -56,7 +56,7 @@ public class SunJSSE extends java.security.Provider {
@java.io.Serial
private static final long serialVersionUID = 3231825739635378733L;
private static String info = "Sun JSSE provider" +
private static final String info = "Sun JSSE provider" +
"(PKCS12, SunX509/PKIX key/trust factories, " +
"SSLv3/TLSv1/TLSv1.1/TLSv1.2/TLSv1.3/DTLSv1.0/DTLSv1.2)";