Revision 188 trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_1_0/exception/ServiceExceptionReport.java

View differences:

ServiceExceptionReport.java
31 31
    /**
32 32
     * Field _version
33 33
     */
34
    private java.lang.String _version = "1.1.0";
34
    private java.lang.String _version;
35 35

  
36 36
    /**
37 37
     * Field _serviceExceptionList
......
45 45

  
46 46
    public ServiceExceptionReport() {
47 47
        super();
48
        setVersion("1.1.0");
49 48
        _serviceExceptionList = new Vector();
50 49
    } //-- com.iver.wmsclient.wms_1_1_0.exception.ServiceExceptionReport()
51 50

  

Also available in: Unified diff