Revision 12716 trunk/libraries/libRaster/src/org/gvsig/raster/datastruct/ColorTable.java

View differences:

ColorTable.java
686 686
				return false;
687 687
		} else if (!filePath.equals(other.filePath))
688 688
			return false;
689
		if (interpolated != other.interpolated)
690
			return false;
691 689
		if (name == null) {
692 690
			if (other.name != null)
693 691
				return false;

Also available in: Unified diff