RangeSet changes for revisions 29949:29950

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

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/RangeSet.java
Revision 29949Revision 29950
import java.util.ConcurrentModificationException;
import java.util.NoSuchElementException;
import java.util.SortedSet;
import javax.media.jai.util.Range;

import org.opengis.util.Cloneable;
import java.util.ConcurrentModificationException;
import java.util.NoSuchElementException;
import java.util.SortedSet;

import org.opengis.util.Cloneable;