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

On Thu, 5 Sep 2019 at 17:00, Gary Gregory <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to