gsmiller commented on pull request #543: URL: https://github.com/apache/lucene/pull/543#issuecomment-999218777
Looks like `precommit` is failing due to: ``` > Task :lucene:facet:renderSiteJavadoc /workplace/gmiller/upstream/benchmarks/candidate/lucene/facet/src/java/org/apache/lucene/facet/MultiLongValues.java:31: error - MultiLongValues.<init> (constructor): javadocs are missing /workplace/gmiller/upstream/benchmarks/candidate/lucene/facet/src/java/org/apache/lucene/facet/MultiDoubleValuesSource.java:53: error - MultiDoubleValuesSource.<init> (constructor): javadocs are missing /workplace/gmiller/upstream/benchmarks/candidate/lucene/facet/src/java/org/apache/lucene/facet/MultiLongValuesSource.java:56: error - MultiLongValuesSource.<init> (constructor): javadocs are missing /workplace/gmiller/upstream/benchmarks/candidate/lucene/facet/src/java/org/apache/lucene/facet/MultiDoubleValues.java:31: error - MultiDoubleValues.<init> (constructor): javadocs are missing ``` Kind of silly that this is complaining about missing javadoc on compiler-generated default ctors on abstract classes. This is a new problem due to different configuration for the facets module in `render-javadoc.gradle` (since moving these new classes into `facets`). I'll fix this tomorrow. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org