Re: [IO] Travis build fails due to missing package documentation

2019-11-06 Thread Gary Gregory
Thanks for your pointer to your GH page, I'll take a look over the weekend... Gary On Tue, Nov 5, 2019 at 6:18 PM Rob Spoor wrote: > See https://travis-ci.org/apache/commons-io/jobs/607784753. The reason > is commit 14d6f4c6dbb429ebb915b530ea61fe911d36b20b, which added > interface IOConsumer in

Re: [IO] Travis build fails due to missing package documentation

2019-11-06 Thread Gary Gregory
Hi Rob, Thank you for the note. I added minimal package level Javadoc. Gary On Tue, Nov 5, 2019 at 6:18 PM Rob Spoor wrote: > See https://travis-ci.org/apache/commons-io/jobs/607784753. The reason > is commit 14d6f4c6dbb429ebb915b530ea61fe911d36b20b, which added > interface IOConsumer in packa

[IO] Travis build fails due to missing package documentation

2019-11-05 Thread Rob Spoor
See https://travis-ci.org/apache/commons-io/jobs/607784753. The reason is commit 14d6f4c6dbb429ebb915b530ea61fe911d36b20b, which added interface IOConsumer in package org.apache.commons.io.function, but forgot to add a package-info.java or package.html. In case you're interested, you can possi