Revision 38579 branches/v2_0_0_prep/libraries/libRemoteServices/src/org/gvsig/remoteclient/wms/WMSServiceInformation.java

View differences:

WMSServiceInformation.java
64 64
    public String fax;
65 65
    public String email;
66 66
    public Vector formats;
67
    public Vector infoformats;
67 68

  
68 69
    public WMSServiceInformation()
69 70
    {
......
87 88
        phone = new String();
88 89
        fax = new String();
89 90
        email = new String();
90
        formats = new Vector();       
91
        formats = new Vector(); 
92
        infoformats = new Vector();
91 93
    }
92 94
    
93 95
    public boolean isQueryable()
......
127 129
        phone = new String();
128 130
        fax = new String();
129 131
        email = new String();
130
        formats = new Vector();        
132
        formats = new Vector();  
133
        infoformats = new Vector();
131 134
    }      
132 135
    
133 136
	/* (non-Javadoc)

Also available in: Unified diff