src/java.base/share/classes/java/util/ServiceLoader.java
changeset 47471 304ef03403b1
parent 47345 0a1fc9f3779c
child 51111 99a7d10f248c
--- a/src/java.base/share/classes/java/util/ServiceLoader.java	Fri Oct 27 09:51:48 2017 -0700
+++ b/src/java.base/share/classes/java/util/ServiceLoader.java	Sun Oct 29 18:20:53 2017 -0400
@@ -1409,7 +1409,7 @@
      *
      * <p> To achieve laziness the actual work of locating providers is done
      * when processing the stream. If a service provider cannot be loaded for any
-     * of the the reasons specified in the <a href="#errors">Errors</a> section
+     * of the reasons specified in the <a href="#errors">Errors</a> section
      * above then {@link ServiceConfigurationError} is thrown by whatever method
      * caused the service provider to be loaded. </p>
      *