butek 2002/06/03 09:07:54 Modified: java/samples/security Client.java Log: Fix for bugzilla http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9560. main method should be public. Revision Changes Path 1.6 +1 -1 xml-axis/java/samples/security/Client.java Index: Client.java =================================================================== RCS file: /home/cvs/xml-axis/java/samples/security/Client.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Client.java 25 Apr 2002 14:03:22 -0000 1.5 +++ Client.java 3 Jun 2002 16:07:54 -0000 1.6 @@ -65,7 +65,7 @@ import org.apache.axis.utils.XMLUtils; public class Client { - static void main(String[] args) throws Exception { + public static void main(String[] args) throws Exception { try { Options opts = new Options(args);