8190323: "the the" typos

Reviewed-by: rriggs
This commit is contained in:
Christoph Dreis 2017-10-29 18:20:53 -04:00 committed by Roger Riggs
parent 6b3f6eb717
commit 674b927865
15 changed files with 15 additions and 15 deletions

View file

@ -195,7 +195,7 @@ public final class StringConcatFactory {
// 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