I rarely document overridden methods myself, but I
will admit that I may have accidentally deleted
information detailing how the subclass implementation
differs or elaborates substantially upon the base
implementation. I will go back today and take a
second look at what I deleted.
--- Peter Reilly <[EMAIL PROTECTED]> wrote:
>
> Hi Matt,
> the following changes remove information
> from the javadoc.
>
> Peter
>
> [EMAIL PROTECTED] wrote:
>
> >mbenson 2004/12/14 13:18:08
> >
> > Modified:
> src/main/org/apache/tools/ant/taskdefs Ant.java
> > CallTarget.java
> > Log:
> > Javadoc
> >
> > Revision Changes Path
> > 1.110 +31 -50
> ant/src/main/org/apache/tools/ant/taskdefs/Ant.java
> >
> > Index: Ant.java
> >
>
===================================================================
> > RCS file:
>
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Ant.java,v
> > retrieving revision 1.109
> > retrieving revision 1.110
> > diff -u -r1.109 -r1.110
> > --- Ant.java 7 Dec 2004 06:44:34 -0000 1.109
> > +++ Ant.java 14 Dec 2004 21:18:08 -0000 1.110
> > @@ -203,9 +203,8 @@
> > }
> >
> > /**
> > - * Pass output sent to System.out to the new
> project.
> > + * @see Task#handleOutput(String)
> > *
> > - * @param output a line of output
> > * @since Ant 1.5
> > */
> > public void handleOutput(String output) {
> > @@ -217,16 +216,6 @@
> > }
> > * @since Ant 1.6
> > @@ -241,9 +230,7 @@
> > }
> >
> > /**
> > - * Pass output sent to System.out to the new
> project.
> > - *
> > - * @param output The output to log. Should
> not be <code>null</code>.
> > + * @see Task#handleFlush(String)
> > *
> > * @since Ant 1.5.2
> > */
> > @@ -256,9 +243,7 @@
> > }
> >
> > /**
> > - * Pass output sent to System.err to the new
> project.
> > - *
> > - * @param output The error output to log.
> Should not be <code>null</code>.
> > + * @see Task#handleErrorOutput(String)
> > *
> > * @since Ant 1.5
> > */
> > @@ -271,9 +256,7 @@
> > }
> >
> > /**
> > - * Pass output sent to System.err to the new
> project.
> > - *
> > - * @param output The error output to log.
> Should not be <code>null</code>.
> > + * @see Task#handleErrorFlush(String)
> > *
> > * @since Ant 1.5.2
> > */
> >
> >
>
> >
> > /**
> > - * Pass output sent to System.out to the new
> project.
> > + * @see Task#handleOutput(String)
> > *
> > * @since Ant 1.5
> > */
> > @@ -192,7 +196,7 @@
> > }
> >
> > /**
> > - * Pass output sent to System.out to the new
> project.
> > + * @see Task#handleFlush(String)
> > *
> > * @since Ant 1.5.2
> > */
> > @@ -205,7 +209,7 @@
> > }
> >
> > /**
> > - * Pass output sent to System.err to the new
> project.
> > + * @see Task#handleErrorOutput(String)
> > *
> > * @since Ant 1.5
> > */
> > @@ -218,7 +222,7 @@
> > }
> >
> > /**
> > - * Pass output sent to System.err to the new
> project and flush stream.
> > + * @see Task#handleErrorFlush(String)
> > *
> > * @since Ant 1.5.2
> > */
> >
> >
> >
> >
>
>---------------------------------------------------------------------
> >To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> >For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> >
> >
> >
> >
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
>
__________________________________
Do you Yahoo!?
Dress up your holiday email, Hollywood style. Learn more.
http://celebrity.mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]