Revision 1848 branches/Fmap_GisPlanet/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrDefault.java

View differences:

FLyrDefault.java
190 190
	 * Devuelve el XMLEntity a partir del objeto.
191 191
	 *
192 192
	 * @return XMLEntity.
193
	 * @throws XMLException
193 194
	 */
194
	public XMLEntity getXMLEntity() {
195
	public XMLEntity getXMLEntity() throws XMLException {
195 196
		XMLEntity xml = new XMLEntity();
196 197
		xml.putProperty("className",this.getClass().getName());
197 198

  

Also available in: Unified diff