--- /home/cpdev/src/classpath/java/awt/event/MouseWheelEvent.java	2005-07-02 21:03:23.000000000 +0000
+++ java/awt/event/MouseWheelEvent.java	2005-06-30 05:34:29.000000000 +0000
@@ -38,13 +38,7 @@
 
 package java.awt.event;
 
-import java.awt.Adjustable;
 import java.awt.Component;
-import java.awt.Rectangle;
-import java.awt.ScrollPane;
-
-import javax.swing.JScrollPane;
-import javax.swing.Scrollable;
 
 /**
  * This event is generated for a mouse wheel rotation. The wheel (the middle
@@ -149,7 +143,7 @@
 
   /**
    * This method returns the scrolling pattern this event requests. Legal
-   * values are {@link #WHEEL_UNIT_SCROLL} and {@link #WHEEL_BLOCK_SCROLL}.
+   * values are WHEEL_UNIT_SCROLL and WHEEL_BLOCK_SCROLL.
    *
    * @return the scroll type
    * @see Adjustable#getUnitIncrement()
