Revision 40799 branches/v02_desarrollo/libraries/sld/temp/org.gvsig.sldsupport.lib.impl/src/main/java/org/gvsig/sldsupport/impl/sld1_0_0/parsing/filteroperator/FilterOperatorElement.java

View differences:

FilterOperatorElement.java
91 91
			return operator;
92 92
		}
93 93
		// ****************************************************************
94
		throw new SLDReadException("Unexpected entity in operator: " + name);
94
		throw new SLDReadException("Unexpected entity in filter operator: " + name);
95 95
	}
96 96
}

Also available in: Unified diff