diff options
Diffstat (limited to 'src/java/org/apache/fop/afp/modca/IncludeObject.java')
-rw-r--r-- | src/java/org/apache/fop/afp/modca/IncludeObject.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/afp/modca/IncludeObject.java b/src/java/org/apache/fop/afp/modca/IncludeObject.java index 60ee88d90..68fa72688 100644 --- a/src/java/org/apache/fop/afp/modca/IncludeObject.java +++ b/src/java/org/apache/fop/afp/modca/IncludeObject.java @@ -246,11 +246,11 @@ public class IncludeObject extends AbstractNamedAFPObject { RIGHT_HANDED_270(Rotation.ROTATION_270, Rotation.ROTATION_0); /** - * The object area’s 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 area’s 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; |