jdk/src/java.desktop/share/classes/javax/swing/UIDefaults.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 28533 aea5ffcd5b2b
--- a/jdk/src/java.desktop/share/classes/javax/swing/UIDefaults.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/javax/swing/UIDefaults.java	Thu Oct 30 07:31:41 2014 -0700
@@ -167,7 +167,7 @@
     }
 
     /**
-     * Looks up up the given key in our Hashtable and resolves LazyValues
+     * Looks up the given key in our Hashtable and resolves LazyValues
      * or ActiveValues.
      */
     private Object getFromHashtable(Object key) {
@@ -1181,7 +1181,7 @@
     /**
      * <code>LazyInputMap</code> will create a <code>InputMap</code>
      * in its <code>createValue</code>
-     * method. The bindings are passed in in the constructor.
+     * method. The bindings are passed in the constructor.
      * The bindings are an array with
      * the even number entries being string <code>KeyStrokes</code>
      * (eg "alt SPACE") and