OSDN Git Service

Imported GNU Classpath 0.90
[pf3gnuchains/gcc-fork.git] / libjava / classpath / java / awt / dnd / DropTarget.java
index 9fd7ef8..b0d4c2a 100644 (file)
@@ -61,9 +61,7 @@ public class DropTarget
    */
   private static final long serialVersionUID = -6283860791671019047L;
 
-  /** @specnote According to the online documentation, this is
-   * protected, but in reality it is public.  */
-  public static class DropTargetAutoScroller
+  protected static class DropTargetAutoScroller
     implements ActionListener
   {
     private Component component;