The javadoc for the resolve() method in java.net.URI incorrectly states
that "The result of this method is absolute if, and only if, this URI is
absolute". This is inconsistent with earlier javadoc comments for the
method which state correctly that the result of the method is also an
absolute URI if the URI method parameter is an absolute URI.
that "The result of this method is absolute if, and only if, this URI is
absolute". This is inconsistent with earlier javadoc comments for the
method which state correctly that the result of the method is also an
absolute URI if the URI method parameter is an absolute URI.