aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2006-08-21 22:19:35 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2006-08-21 22:19:35 +0000
commit72f287ef6f7991b08e92185475d6f6dfc332b289 (patch)
tree69a594366c9518fb7ffa1f77f580e8bbf6203f54 /src/java/org/apache/fop/fo
parentc29f3f30a167f2e1919cd945e7dcf30574326f9a (diff)
downloadxmlgraphics-fop-72f287ef6f7991b08e92185475d6f6dfc332b289.tar.gz
xmlgraphics-fop-72f287ef6f7991b08e92185475d6f6dfc332b289.zip
Reset visibility to public
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@433398 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo')
-rw-r--r--src/java/org/apache/fop/fo/properties/LengthRangeProperty.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/properties/LengthRangeProperty.java b/src/java/org/apache/fop/fo/properties/LengthRangeProperty.java
index 84fee1490..886cd01ea 100644
--- a/src/java/org/apache/fop/fo/properties/LengthRangeProperty.java
+++ b/src/java/org/apache/fop/fo/properties/LengthRangeProperty.java
@@ -283,7 +283,7 @@ public class LengthRangeProperty extends Property implements CompoundDatatype {
/**
* @return this.lengthRange cast as an Object
*/
- protected Object getObject() {
+ public Object getObject() {
return this;
}