From 5eec7c8caf9d055aa8ecd76368ef32399df093d0 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Mon, 24 Mar 2003 13:12:55 +0000 Subject: 2003-03-24 Michael Koch * java/awt/dnd/DropTarget.java (DropTargetAutoScroller): According to the online documentation, this is protected, but in reality it is public. * java/awt/dnd/DropTargetContext.java (TransferableProxy): According to the online documentation, this is protected, but in reality it is public. From-SVN: r64794 --- libjava/java/awt/dnd/DropTarget.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libjava/java/awt/dnd/DropTarget.java') diff --git a/libjava/java/awt/dnd/DropTarget.java b/libjava/java/awt/dnd/DropTarget.java index 3be2786..4063e20 100644 --- a/libjava/java/awt/dnd/DropTarget.java +++ b/libjava/java/awt/dnd/DropTarget.java @@ -1,5 +1,5 @@ /* DropTarget.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2003 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -60,7 +60,9 @@ public class DropTarget */ private static final long serialVersionUID = -6283860791671019047L; - protected static class DropTargetAutoScroller + /** @specnote According to the online documentation, this is + * protected, but in reality it is public. */ + public static class DropTargetAutoScroller implements ActionListener { private Component component; -- cgit v1.1