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 is 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.
|