Revision 3901 branches/v05/extensions/extWMS/src/com/iver/cit/gvsig/fmap/drivers/wms/FMapWMSDriver.java

View differences:

FMapWMSDriver.java
140 140
	 * @throws UnsupportedVersionException
141 141
	 * @throws IOException
142 142
	 */
143
	private WMSClient getClient(URL url) throws ConnectException, IOException {
143
	public WMSClient getClient(URL url) throws ConnectException, IOException {
144 144
		if (client == null) {
145 145
			client = new WMSClient(url.toString());
146 146
		}

Also available in: Unified diff