aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2006-12-23 12:02:56 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2006-12-23 12:02:56 +0000
commite326fe83e30295b753e5bccae1a5bf74a7eb2ca9 (patch)
tree64aaed6cd0bb52fb6c1bd974fbc1f32a058fb01d /src
parentc82ad5735d15d094a084039f537a5d034c30d308 (diff)
downloadxmlgraphics-fop-e326fe83e30295b753e5bccae1a5bf74a7eb2ca9.tar.gz
xmlgraphics-fop-e326fe83e30295b753e5bccae1a5bf74a7eb2ca9.zip
Correction: undo part of refactoring I've done locally, but not committed
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489887 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/java/org/apache/fop/fo/properties/EnumProperty.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/properties/EnumProperty.java b/src/java/org/apache/fop/fo/properties/EnumProperty.java
index a2d3728b5..533ebd64f 100644
--- a/src/java/org/apache/fop/fo/properties/EnumProperty.java
+++ b/src/java/org/apache/fop/fo/properties/EnumProperty.java
@@ -100,7 +100,7 @@ public class EnumProperty extends Property {
/**
* @return this.value cast as an Object
*/
- protected Object getObject() {
+ public Object getObject() {
return text;
}