< prev index next >

src/java.desktop/unix/classes/sun/java2d/x11/X11Renderer.java

Print this page

        

@@ -52,11 +52,11 @@
         return (GraphicsPrimitive.tracingEnabled()
                 ? new X11TracingRenderer()
                 : new X11Renderer());
     }
 
-    private final long validate(SunGraphics2D sg2d) {
+    private long validate(SunGraphics2D sg2d) {
         // NOTE: getCompClip() will revalidateAll() if the
         // surfaceData is invalid.  This should ensure that
         // the clip and pixel that we are validating against
         // are the most current.
         //
< prev index next >