HandshakeCompletedEvent.java, [...]: Import cleanup.
2004-10-21 Michael Koch <konqueror@gmx.de> * javax/net/ssl/HandshakeCompletedEvent.java, javax/net/ssl/KeyManagerFactory.java, javax/net/ssl/SSLContext.java, javax/net/ssl/SSLServerSocketFactory.java, javax/net/ssl/SSLSession.java, javax/net/ssl/SSLSocketFactory.java, javax/net/ssl/TrustManagerFactory.java: Import cleanup. From-SVN: r89400
This commit is contained in:
parent
2c69d1e0f2
commit
875dc6aa0e
8 changed files with 21 additions and 13 deletions
|
@ -42,6 +42,7 @@ import java.io.IOException;
|
|||
import java.net.Socket;
|
||||
import java.security.KeyStore;
|
||||
import java.security.Security;
|
||||
|
||||
import javax.net.SocketFactory;
|
||||
|
||||
/**
|
||||
|
@ -50,7 +51,6 @@ import javax.net.SocketFactory;
|
|||
*/
|
||||
public abstract class SSLSocketFactory extends SocketFactory
|
||||
{
|
||||
|
||||
// Constants.
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue