@@ -151,15 +151,15 @@ public boolean isOpaque() {
151151 }
152152
153153 /**
154- * Returns true if this URI is relative, i.e. if it doesn't contain an
154+ * Returns true if this URI is relative, i.e. if it doesn't contain an
155155 * explicit scheme.
156156 *
157157 * @return true if this URI is relative, false if it's absolute
158158 */
159159 public abstract boolean isRelative ();
160160
161161 /**
162- * Returns true if this URI is absolute, i.e. if it contains an
162+ * Returns true if this URI is absolute, i.e. if it contains an
163163 * explicit scheme.
164164 *
165165 * @return true if this URI is absolute, false if it's relative
@@ -176,8 +176,8 @@ public boolean isAbsolute() {
176176 public abstract String getScheme ();
177177
178178 /**
179- * Gets the scheme-specific part of this URI, i.e. everything between the
180- * scheme separator ':' and the fragment separator '#'. If this is a
179+ * Gets the scheme-specific part of this URI, i.e. everything between
180+ * the scheme separator ':' and the fragment separator '#'. If this is a
181181 * relative URI, this method returns the entire URI. Decodes escaped octets.
182182 *
183183 * <p>Example: "//www.google.com/search?q=android"
@@ -187,8 +187,8 @@ public boolean isAbsolute() {
187187 public abstract String getSchemeSpecificPart ();
188188
189189 /**
190- * Gets the scheme-specific part of this URI, i.e. everything between the
191- * scheme separator ':' and the fragment separator '#'. If this is a
190+ * Gets the scheme-specific part of this URI, i.e. everything between
191+ * the scheme separator ':' and the fragment separator '#'. If this is a
192192 * relative URI, this method returns the entire URI. Leaves escaped octets
193193 * intact.
194194 *
0 commit comments