DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9560>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9560

[PATCH] security demo

           Summary: [PATCH] security demo
           Product: Axis
           Version: current (nightly)
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Samples
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Maim method should be public in Client.java

Index: Client.java
===================================================================
RCS file: /home/cvspublic/xml-axis/java/samples/security/Client.java,v
retrieving revision 1.5
diff -u -r1.5 Client.java
--- Client.java 25 Apr 2002 14:03:22 -0000      1.5
+++ Client.java 1 Jun 2002 11:29:21 -0000
@@ -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);

Reply via email to