src/java.desktop/share/classes/sun/java2d/loops/DrawPath.java

Print this page

        

@@ -36,14 +36,14 @@
  *   2. must accept output area [x, y, dx, dy]
  *      from within the surface description data for clip rect
  */
 public class DrawPath extends GraphicsPrimitive {
 
-    public final static String methodSignature =
+    public static final String methodSignature =
         "DrawPath(...)".toString();
 
-    public final static int primTypeID = makePrimTypeID();
+    public static final int primTypeID = makePrimTypeID();
 
     public static DrawPath locate(SurfaceType srctype,
                                   CompositeType comptype,
                                   SurfaceType dsttype)
     {