mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8259069: Fields could be final
Reviewed-by: wetmore
This commit is contained in:
parent
f0aae81ed5
commit
2499ac3db5
13 changed files with 33 additions and 32 deletions
|
@ -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)";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue