OSDN Git Service

Imported GNU Classpath 0.90
[pf3gnuchains/gcc-fork.git] / libjava / classpath / java / awt / dnd / DropTargetContext.java
index d1fb66e..19e27a9 100644 (file)
@@ -54,9 +54,7 @@ public class DropTargetContext implements Serializable
 {
   static final long serialVersionUID = -634158968993743371L;
 
-  /** @specnote According to the online documentation, this is
-   * protected, but in reality it is public.  */
-  public class TransferableProxy implements Transferable
+  protected class TransferableProxy implements Transferable
   {
     protected boolean isLocal;
     protected Transferable transferable;