Revision 3636 org.gvsig.vcsgis/trunk/org.gvsig.vcsgis/org.gvsig.vcsgis.lib/org.gvsig.vcsgis.lib.impl/src/main/java/org/gvsig/vcsgis/lib/repository/remoteclient/requests/TopologyPlansRequestClient.java

View differences:

TopologyPlansRequestClient.java
87 87
                );
88 88
                return;
89 89
            }
90
            this.cleanLastError();
90 91
            JsonArray jsonTopologyPlans = jsonResponse.getJsonArray("TopologyPlans");
91 92
            LOGGER.debug("===: ["+this.getRequestName()+"] responseConsumer TopologyPlans " + jsonTopologyPlans.size());
92 93
            for (JsonValue x : jsonTopologyPlans) {

Also available in: Unified diff