]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed a bug in AFP where the object area axes of an Include Object was incorrectly...
authorPeter Hancock <phancock@apache.org>
Wed, 27 Jul 2011 14:02:20 +0000 (14:02 +0000)
committerPeter Hancock <phancock@apache.org>
Wed, 27 Jul 2011 14:02:20 +0000 (14:02 +0000)
Removed non-ascii characters in a comment

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1151469 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/afp/modca/IncludeObject.java

index 60ee88d9049f64ca90355670ed66074dd0eedc18..68fa72688048f0e3672baddc7587e12b7a04ee83 100644 (file)
@@ -246,11 +246,11 @@ public class IncludeObject extends AbstractNamedAFPObject {
         RIGHT_HANDED_270(Rotation.ROTATION_270, Rotation.ROTATION_0);
 
         /**
-         * The object areas X-axis rotation from the X axis of the reference coordinate system
+         * The object area's X-axis rotation from the X axis of the reference coordinate system
          */
         private final Rotation xoaOrent;
         /**
-         * The object areas Y-axis rotation from the Y axis of the reference coordinate system
+         * The object area's Y-axis rotation from the Y axis of the reference coordinate system
          */
         private final Rotation yoaOrent;