mqlight / java-mqlight

This Java package provides the high-level API by which you can interact with the MQ Light runtime.
Apache License 2.0
10 stars 9 forks source link

Fix Javadoc errors identified by Java 8 DocLint #31

Closed prestona closed 8 years ago

prestona commented 8 years ago

Trying to run any build phase which generates Javadoc was broken when using Java 8, because of the stricter checks imposed by the DocLint feature. This commit fixes numerous Javadoc problems reported by the DocLint.

dnwe commented 8 years ago

:+1: