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
|
@ -40,6 +40,7 @@ package javax.net.ssl;
|
|||
|
||||
import java.security.KeyStore;
|
||||
import java.security.Security;
|
||||
|
||||
import javax.net.ServerSocketFactory;
|
||||
|
||||
/**
|
||||
|
@ -48,7 +49,6 @@ import javax.net.ServerSocketFactory;
|
|||
*/
|
||||
public abstract class SSLServerSocketFactory extends ServerSocketFactory
|
||||
{
|
||||
|
||||
// Field.
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue