src/java.base/share/classes/java/net/URI.java
changeset 52499 768b1c612100
parent 52427 3c6aa484536c
child 52700 b206bdfb9fe2
--- a/src/java.base/share/classes/java/net/URI.java	Tue Nov 13 11:45:16 2018 +0100
+++ b/src/java.base/share/classes/java/net/URI.java	Tue Nov 13 12:24:34 2018 +0000
@@ -861,9 +861,9 @@
      *
      * <p> This method is provided for use in situations where it is known that
      * the given string is a legal URI, for example for URI constants declared
-     * within in a program, and so it would be considered a programming error
+     * within a program, and so it would be considered a programming error
      * for the string not to parse as such.  The constructors, which throw
-     * {@link URISyntaxException} directly, should be used situations where a
+     * {@link URISyntaxException} directly, should be used in situations where a
      * URI is being constructed from user input or from some other source that
      * may be prone to errors.  </p>
      *