Nixed unused import.

This commit is contained in:
Michael Bayne
2011-06-28 13:07:17 -07:00
parent 27b2b3b3ee
commit 321b3bc565
@@ -4,8 +4,6 @@
package pythagoras.i; package pythagoras.i;
import java.util.NoSuchElementException;
/** /**
* Provides most of the implementation of {@link IRectangle}, obtaining only the location and * Provides most of the implementation of {@link IRectangle}, obtaining only the location and
* dimensions from the derived class. * dimensions from the derived class.