Revision 4356 trunk/extensions/extWCS/src/com/iver/cit/gvsig/fmap/drivers/RemoteServiceDriver.java

View differences:

RemoteServiceDriver.java
113 113
	 * Sets the host name.
114 114
	 * 
115 115
	 * Establece el nombre del host.
116
	 * @throws IOException 
116 117
	 */
117
	public void setHost(String hostName) {
118
	public void setHost(String hostName) throws IOException {
118 119
		this.hostName = hostName;
119 120
	}
120 121

  

Also available in: Unified diff