jdk/src/java.base/share/classes/java/util/ResourceBundle.java
changeset 28059 e576535359cc
parent 27083 cbf7fcda2e3f
child 29986 97167d851fc4
--- a/jdk/src/java.base/share/classes/java/util/ResourceBundle.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.base/share/classes/java/util/ResourceBundle.java	Thu Oct 30 07:31:41 2014 -0700
@@ -994,7 +994,7 @@
      * bundle is found, the default control's {@link Control#getFallbackLocale
      * getFallbackLocale} method is called, which returns the current default
      * locale.  A new sequence of candidate locale names is generated using this
-     * locale and and searched again, as above.
+     * locale and searched again, as above.
      *
      * <p>If still no result bundle is found, the base name alone is looked up. If
      * this still fails, a <code>MissingResourceException</code> is thrown.