Revision 19686 trunk/libraries/libGPE-KML/src/org/gvsig/gpe/kml/parser/GPEDeafultKmlParser.java

View differences:

GPEDeafultKmlParser.java
119 119
		this.profile = profile;
120 120
	}
121 121

  
122
	public GPEDeafultKmlParser(String name, String description) {
123
		super(name, description);
122
	public GPEDeafultKmlParser() {
123
		super();
124 124
	}
125 125

  
126 126
	/*

Also available in: Unified diff