On Thu, Sep 5, 2019 at 12:10 PM sebb <seb...@gmail.com> wrote:

> Can the CI build be changed to fail the build when Javadoc is omitted?
>

Not that I found but I still added "javadoc:javadoc -Ddoclint=all" to GH
builds to catch other mistakes.

Gary


> On Thu, 5 Sep 2019 at 17:00, Gary Gregory <garydgreg...@gmail.com> wrote:
> >
> > Hi All:
> >
> > The following interfaces were added a while back without class-level
> > Javadoc:
> >
> > org.apache.commons.lang3.Functions.FailableBiConsumer<O1, O2, T extends
> > Throwable>
> > org.apache.commons.lang3.Functions.FailableBiFunction<I1, I2, O, T
> extends
> > Throwable>
> > org.apache.commons.lang3.Functions.FailableBiPredicate<O1, O2, T extends
> > Throwable>
> > org.apache.commons.lang3.Functions.FailableCallable<O, T extends
> Throwable>
> > org.apache.commons.lang3.Functions.FailableConsumer<O, T extends
> Throwable>
> > org.apache.commons.lang3.Functions.FailableFunction<I, O, T extends
> > Throwable>
> > org.apache.commons.lang3.Functions.FailablePredicate<O, T extends
> Throwable>
> > org.apache.commons.lang3.Functions.FailableRunnable<T extends Throwable>
> > org.apache.commons.lang3.Functions.FailableSupplier<O, T extends
> Throwable>
> >
> > Would the original author, Jochen, or someone... chip in (again) please?
> >
> > Gary
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

Reply via email to