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

Print this page

        

@@ -40,14 +40,14 @@
  *    but also outside the 4 edges of an inner parallelogram
  *    (as specified by proportional amounts of the outer delta vectors)
  */
 public class DrawParallelogram extends GraphicsPrimitive
 {
-    public final static String methodSignature =
+    public static final String methodSignature =
         "DrawParallelogram(...)".toString();
 
-    public final static int primTypeID = makePrimTypeID();
+    public static final int primTypeID = makePrimTypeID();
 
     public static DrawParallelogram locate(SurfaceType srctype,
                                            CompositeType comptype,
                                            SurfaceType dsttype)
     {