MeasurementRange changes for revisions 29949:29950

Removal of the "import javax.media.jai.util.Range" statement, which cause MeasurementRange to use the new Range class defined in the same package. There is no way such commit could be reproduced in a different way.

See also NumberRange.

Command line:

svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r29949:29950 https://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/util/MeasurementRange.java
Revision 29949Revision 29950
 */
package org.geotools.util;

import javax.media.jai.util.Range;
import javax.units.ConversionException;
import javax.units.Converter;
import javax.units.Unit;
 */
package org.geotools.util;

import javax.units.ConversionException;
import javax.units.Converter;
import javax.units.Unit;