Revision 19970

View differences:

trunk/libraries/libRaster/src/org/gvsig/raster/dataset/properties/DatasetColorInterpretation.java
166 166
	 * @return interpretaci?n de color para la entrada solicitada
167 167
	 */
168 168
	public String get(int i){
169
		if (i >= colorInterpretation.length)
170
			return null;
169 171
		return colorInterpretation[i];
170 172
	}
171 173
	

Also available in: Unified diff