Revision 12552 branches/CatalogYNomenclator_v1_1_0_1005/applications/appCatalogYNomenclatorClient/src/es/gva/cit/catalogClient/CatalogClient.java

View differences:

CatalogClient.java
41 41
 */
42 42
package es.gva.cit.catalogClient;
43 43
import java.io.IOException;
44
import java.net.MalformedURLException;
44 45
import java.net.Socket;
45 46
import java.net.URI;
46 47
import java.net.URISyntaxException;
......
176 177
	/**
177 178
	 * @return the server URI
178 179
	 */
179
	private URI getUri() {
180
	public URI getUri() {
180 181
		return uri;
181 182
	}
182

  
183
	
183 184
	/**
184 185
	 * @return Return the server URI like a String
185 186
	 */

Also available in: Unified diff