jsr107 / jsr107spec

JSR107 Cache Specification
Apache License 2.0
413 stars 164 forks source link

Get rid of JavaDoc warnings #384

Closed cruftex closed 6 years ago

cruftex commented 6 years ago

Java 8 doc lint is comming up with a lot of warnings:

[WARNING] /home/jeans/tmp/jsr107/jsr107spec/src/main/java/javax/cache/spi/CachingProvider.java:139: warning: no @return [WARNING] CacheManager getCacheManager();

We will disable the warnings.

cruftex commented 6 years ago

Only this one is relevant:

[WARNING] Javadoc Warnings
[WARNING] /home/jeans/ideaWork/jsr107-maintenance/jsr107spec/src/main/java/javax/cache/integration/CompletionListenerFuture.java:106: warning: no description for @throws
[WARNING] * @throws UnsupportedOperationException
[WARNING] ^