Lint: Make a bunch of stuff final
This commit is contained in:
parent
e25622df4b
commit
39e5d8ccc2
27 changed files with 55 additions and 55 deletions
|
|
@ -24,7 +24,7 @@ public class TLSSocketFactoryCompat extends SSLSocketFactory {
|
|||
|
||||
private static TLSSocketFactoryCompat instance = null;
|
||||
|
||||
private SSLSocketFactory internalSSLSocketFactory;
|
||||
private final SSLSocketFactory internalSSLSocketFactory;
|
||||
|
||||
public TLSSocketFactoryCompat() throws KeyManagementException, NoSuchAlgorithmException {
|
||||
final SSLContext context = SSLContext.getInstance("TLS");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue