Revision 652 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/castor/ProjectMap.java

View differences:

ProjectMap.java
71 71
	 *
72 72
	 * @throws DriverException
73 73
	 */
74
	public XMLEntity getXMLEntity() throws DriverException {
74
	public XMLEntity getXMLEntity() {
75 75
		XMLEntity xml = super.getXMLEntity();
76 76
		xml.putProperty("nameClass", this.getClass().getName());
77 77
		xml.putProperty("numMaps", numMaps);

Also available in: Unified diff