bodewig 2003/09/11 03:50:23 Modified: src/java/org/apache/tools/ant/gui/acs package.html src/java/org/apache/tools/ant/gui/modules/edit DragTree.java Log: Fix javadoc errors. Submitted by: Lajos Pajtek <lajospajtek at yahoo dot com> Revision Changes Path 1.2 +6 -2 ant-antidote/src/java/org/apache/tools/ant/gui/acs/package.html Index: package.html =================================================================== RCS file: /home/cvs/ant-antidote/src/java/org/apache/tools/ant/gui/acs/package.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- package.html 8 Apr 2001 23:42:09 -0000 1.1 +++ package.html 11 Sep 2003 10:50:23 -0000 1.2 @@ -1,5 +1,9 @@ -<HTML><BODY> <H1>Ant Construction Set</H1> - +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<HTML> +<HEAD></HEAD> +<BODY> +Ant Construction Set. +<h2>Package Specification</h2> <P>This package contains the tools for constructing and manipulating an Ant build file</P> 1.4 +7 -9 ant-antidote/src/java/org/apache/tools/ant/gui/modules/edit/DragTree.java Index: DragTree.java =================================================================== RCS file: /home/cvs/ant-antidote/src/java/org/apache/tools/ant/gui/modules/edit/DragTree.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- DragTree.java 10 Sep 2003 10:08:22 -0000 1.3 +++ DragTree.java 11 Sep 2003 10:50:23 -0000 1.4 @@ -198,7 +198,7 @@ * Called when a drag operation is ongoing * on the <code>DropTarget</code>. * <P> - * @param dtde the <code>DropTargetDragEvent</code> + * @param e the <code>DropTargetDragEvent</code> */ public void dragOver(DropTargetDragEvent e) { @@ -301,7 +301,7 @@ * Process the drop * * @param e the <code>DropTargetDropEvent</code> - * @see DropTargetListener.drop + * @see DropTargetListener#drop */ public void drop(DropTargetDropEvent e) { @@ -381,7 +381,7 @@ * Draws the line which shows where the dropped * item will land. * - * @see #JComponent.paintComponent + * @see JComponent#paintComponent */ public void paintComponent(Graphics g){ super.paintComponent(g); @@ -442,8 +442,6 @@ /** * Return true if the input flavor is support. - * - * @param flavor DataFlavor to test */ public DataFlavor[] getTransferDataFlavors() { return _flavors; @@ -490,11 +488,11 @@ } /** - * unregister the current DragTreeListener - * <P> + * Unregister the current DragTreeListener. + * * @param dtl the <code>DragTreeListener</code> to unregister * <P> - * @throws <code>IllegalArgumentException</code> if + * @throws IllegalArgumentException if * dtl is not (equal to) the currently registered * <code>DragTreeListener</code>. */
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]