aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/properties/KeepProperty.java
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2007-07-18 17:37:14 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2007-07-18 17:37:14 +0000
commit4e921e05c7204e345525cf3e3312d8b8342d4b63 (patch)
tree05812a48470db3fa5acfb64156704485e86327ed /src/java/org/apache/fop/fo/properties/KeepProperty.java
parent8fcc676984fbb4b8023f79a51dc2fb9fdff1bbb4 (diff)
downloadxmlgraphics-fop-4e921e05c7204e345525cf3e3312d8b8342d4b63.tar.gz
xmlgraphics-fop-4e921e05c7204e345525cf3e3312d8b8342d4b63.zip
* Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags
* Additional code cleanup: removal of unused imports (mainly in the fo.flow package) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@557337 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/properties/KeepProperty.java')
-rw-r--r--src/java/org/apache/fop/fo/properties/KeepProperty.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/java/org/apache/fop/fo/properties/KeepProperty.java b/src/java/org/apache/fop/fo/properties/KeepProperty.java
index fe3566d41..9ac33fad3 100644
--- a/src/java/org/apache/fop/fo/properties/KeepProperty.java
+++ b/src/java/org/apache/fop/fo/properties/KeepProperty.java
@@ -53,7 +53,7 @@ public class KeepProperty extends Property implements CompoundDatatype {
}
/**
- * @see CompoundPropertyMaker#convertProperty
+ * {@inheritDoc}
*/
public Property convertProperty(Property p, PropertyList propertyList, FObj fo)
throws PropertyException
@@ -66,7 +66,7 @@ public class KeepProperty extends Property implements CompoundDatatype {
}
/**
- * @see org.apache.fop.datatypes.CompoundDatatype#setComponent(int, Property, boolean)
+ * {@inheritDoc}
*/
public void setComponent(int cmpId, Property cmpnValue,
boolean bIsDefault) {
@@ -80,7 +80,7 @@ public class KeepProperty extends Property implements CompoundDatatype {
}
/**
- * @see org.apache.fop.datatypes.CompoundDatatype#getComponent(int)
+ * {@inheritDoc}
*/
public Property getComponent(int cmpId) {
if (cmpId == CP_WITHIN_LINE) {