Eclipse reports quite a lot of Javadoc errors, for example Javadoc: WHEN_EXHAUSTED_BLOCK cannot be resolved or is not a field
This is because the field is now an enum. Likewise in LinkedBlockingDeque Javadoc: Unexpected tag is generated for all the Javadoc of the form: * @throws IllegalStateException {@inheritDoc} I assume using inheritDoc there is a Java 1.6 feature. I'm keen to fix the Javadoc errors, but is now a good time, or should I wait until there are fewer code changes happening? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org