You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ru...@apache.org on 2001/05/07 04:30:04 UTC

cvs commit: xml-axis/java/samples/echo SOAPStruct.java

rubys       01/05/06 19:30:04

  Modified:    java/samples/echo SOAPStruct.java
  Log:
  Now these fields can be made private
  
  Revision  Changes    Path
  1.3       +3 -5      xml-axis/java/samples/echo/SOAPStruct.java
  
  Index: SOAPStruct.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/samples/echo/SOAPStruct.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SOAPStruct.java	2001/05/07 02:20:58	1.2
  +++ SOAPStruct.java	2001/05/07 02:30:04	1.3
  @@ -63,11 +63,9 @@
   public class SOAPStruct {
   
       // items of the structure.  Defined as Objects so as to permit nulls
  -    // Note: these need to be public in order to be directly set by the
  -    // deserializer.
  -    public Integer varInt;
  -    public String varString;
  -    public Float varFloat;
  +    private Integer varInt;
  +    private String varString;
  +    private Float varFloat;
   
       /**
        * null constructor