< prev index next >

src/java.desktop/share/classes/sun/awt/geom/Order3.java

Print this page

        

@@ -121,11 +121,11 @@
     }
 
     /*
      * Return the count of the number of horizontal sections of the
      * specified cubic Bezier curve.  Put the parameters for the
-     * horizontal sections into the specified <code>ret</code> array.
+     * horizontal sections into the specified {@code ret} array.
      * <p>
      * If we examine the parametric equation in t, we have:
      *   Py(t) = C0(1-t)^3 + 3CP0 t(1-t)^2 + 3CP1 t^2(1-t) + C1 t^3
      *         = C0 - 3C0t + 3C0t^2 - C0t^3 +
      *           3CP0t - 6CP0t^2 + 3CP0t^3 +
< prev index next >