Changed getDropTarget() to match with getGrendelDropTarget()

git-svn-id: svn://10.0.0.236/trunk@20900 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
grail%cafebabe.org
1999-02-17 06:19:28 +00:00
parent 9d9fe04c5a
commit 584afa89a7

View File

@@ -1250,7 +1250,7 @@ public class TreeTable extends JComponent implements Scrollable,
fDropTarget = dt;
}
public DropTarget getDropTarget() {
public DropTarget getGrendelDropTarget() {
return fDropTarget;
}