Revision 34393 branches/v2_0_0_prep/libraries/libRemoteServices/src/org/gvsig/remoteclient/wmts/WMTSProtocolHandler.java

View differences:

WMTSProtocolHandler.java
242 242
        return serviceInfo;
243 243
    }
244 244
    
245
    @SuppressWarnings("unchecked")
246 245
	protected String parseException(byte[] data) {
247 246
        ArrayList errors = new ArrayList();
248 247
        KXmlParser kxmlParser = new KXmlParser();

Also available in: Unified diff