Update of /cvsroot/tn5250j/tn5250j/src/org/tn5250j/transport
In directory sc8-pr-cvs1:/tmp/cvs-serv10865/src/org/tn5250j/transport
Modified Files:
SocketConnector.java
Log Message:
Fix for static related errors
Index: SocketConnector.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/transport/SocketConnector.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SocketConnector.java 13 Oct 2002 18:28:43 -0000 1.1
--- SocketConnector.java 11 Nov 2003 14:37:00 -0000 1.2
***************
*** 25,29 ****
import java.net.Socket;
- import org.tn5250j.transport.SSLInterface;
public class SocketConnector {
--- 25,28 ----
***************
*** 54,58 ****
SSLInterface o = null;
try {
! Class c = this.getClass().forName("org.tn5250j.transport.SSL.SSLImplementation");
o = (SSLInterface)c.newInstance();
o.setSSLType(sslType);
--- 53,57 ----
SSLInterface o = null;
try {
! Class c = Class.forName("org.tn5250j.transport.SSL.SSLImplementation");
o = (SSLInterface)c.newInstance();
o.setSSLType(sslType);
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.