Revision 3530 trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/wms/wms_1_1_1/WMSProtocolHandler1_1_1.java

View differences:

WMSProtocolHandler1_1_1.java
296 296
                     }
297 297
                     tag = kxmlParser.nextTag();
298 298
                 }
299
                 kxmlParser.require(KXmlParser.END_DOCUMENT, null, null);
299
                 //kxmlParser.require(KXmlParser.END_DOCUMENT, null, null);
300 300
            }
301 301
        }
302 302
        catch(XmlPullParserException parser_ex){

Also available in: Unified diff