src/share/classes/java/net/URI.java

Print this page

        

*** 186,196 **** * * against the base URI {@code http://java.sun.com/j2se/1.3/} is the result * URI * * <blockquote> ! * {@code http://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html#28} * </blockquote> * * Resolving the relative URI * * <blockquote> --- 186,196 ---- * * against the base URI {@code http://java.sun.com/j2se/1.3/} is the result * URI * * <blockquote> ! * {@code http://docs.oracle.com/javase/1.3/docs/guide/collections/designfaq.html#28} * </blockquote> * * Resolving the relative URI * * <blockquote>
*** 225,235 **** * This operation is often useful when constructing a document containing URIs * that must be made relative to the base URI of the document wherever * possible. For example, relativizing the URI * * <blockquote> ! * {@code http://java.sun.com/j2se/1.3/docs/guide/index.html} * </blockquote> * * against the base URI * * <blockquote> --- 225,235 ---- * This operation is often useful when constructing a document containing URIs * that must be made relative to the base URI of the document wherever * possible. For example, relativizing the URI * * <blockquote> ! * {@code http://docs.oracle.com/javase/1.3/docs/guide/index.html} * </blockquote> * * against the base URI * * <blockquote>