src/java.base/share/classes/java/lang/invoke/StringConcatFactory.java
changeset 47471 304ef03403b1
parent 47461 60a5d9c77c4c
child 47478 438e0c9f2f17
--- a/src/java.base/share/classes/java/lang/invoke/StringConcatFactory.java	Fri Oct 27 09:51:48 2017 -0700
+++ b/src/java.base/share/classes/java/lang/invoke/StringConcatFactory.java	Sun Oct 29 18:20:53 2017 -0400
@@ -195,7 +195,7 @@
         // In case we need to double-back onto the StringConcatFactory during this
         // static initialization, make sure we have the reasonable defaults to complete
         // the static initialization properly. After that, actual users would use the
-        // the proper values we have read from the the properties.
+        // the proper values we have read from the properties.
         STRATEGY = DEFAULT_STRATEGY;
         // CACHE_ENABLE = false; // implied
         // CACHE = null;         // implied