OSDN Git Service

Imported GNU Classpath 0.90
[pf3gnuchains/gcc-fork.git] / libjava / classpath / java / awt / image / AffineTransformOp.java
index f11066e..bb4b795 100644 (file)
@@ -347,7 +347,7 @@ public class AffineTransformOp implements BufferedImageOp, RasterOp
      * @param dstPt destination point
      * @return the location of the transformed source point.
      */
-    public Point2D getPoint2D (Point2D srcPt, Point2D dstPt)
+    public final Point2D getPoint2D (Point2D srcPt, Point2D dstPt)
     {
       return transform.transform (srcPt, dstPt);
     }