Revision 16010

View differences:

trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/gml/types/XMLSimpleType.java
132 132
	}	
133 133

  
134 134
	public Object getJavaType(String value)throws BaseException{
135
		
135
		if (value == null){
136
			return null;			
137
		}
136 138
		try{
137 139
			if (type.equals(STRING)){
138 140
				return value;

Also available in: Unified diff