jdk/src/java.desktop/share/classes/sun/swing/CachedPainter.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30948 0a0972d3b58d
--- a/jdk/src/java.desktop/share/classes/sun/swing/CachedPainter.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/sun/swing/CachedPainter.java	Thu Oct 30 07:31:41 2014 -0700
@@ -79,7 +79,7 @@
     }
 
     /**
-     * Renders the cached image to the the passed in <code>Graphic</code>.
+     * Renders the cached image to the passed in <code>Graphic</code>.
      * If there is no cached image <code>paintToImage</code> will be invoked.
      * <code>paintImage</code> is invoked to paint the cached image.
      *