Revision 8528 trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/wfs/filters/FilterEncoding.java

View differences:

FilterEncoding.java
177 177
		String param = words[0];
178 178
		String operator = words[1];
179 179
		String value = words[2];
180
		int operatorCode = getRelationalOperator(param);
180
		int operatorCode = getRelationalOperator(operator);
181 181
		operator = getRelationalOperator(operatorCode);
182 182
		return createExpression(operator,param,value);
183 183
	}

Also available in: Unified diff