On 09/04/2014 15:07, Chris Hegarty wrote:
java.util.concurrent.ConcurrentMap contains several broken links to Collection.html#optional-restrictions. See

http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentMap.html

The issue is caused by the use of '{@inheritDoc}' in many '@throws' definitions. ConcurrentMap's superType Map, is in the java.util package. Map has documentation references to Collection.html, which is in the same package as Map, java.util, but since ConcurrentMap is not in java.util it needs different relative links, or better still links relative to the docRoot.

Looks good to me too.

-Alan

Reply via email to