diff options
author | Jeremias Maerki <jeremias@apache.org> | 2007-11-13 14:37:00 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2007-11-13 14:37:00 +0000 |
commit | 6173b3f00ff40c590420cc4119bb3a486cff2b27 (patch) | |
tree | 386a5935dbdc29f53554a04eb67ff1630bf9a33e /src/java/org | |
parent | 1f979bbef4b413b37c8b8181260d4154f983cd1c (diff) | |
download | xmlgraphics-fop-6173b3f00ff40c590420cc4119bb3a486cff2b27.tar.gz xmlgraphics-fop-6173b3f00ff40c590420cc4119bb3a486cff2b27.zip |
Fix two javadoc warnings.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@594552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org')
-rwxr-xr-x | src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java | 2 | ||||
-rw-r--r-- | src/java/org/apache/fop/fo/properties/CommonHyphenation.java | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java b/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java index e41685019..d021ec922 100755 --- a/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java +++ b/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java @@ -25,7 +25,6 @@ import org.apache.fop.apps.FOUserAgent; import org.apache.fop.datatypes.Length; import org.apache.fop.datatypes.PercentBaseContext; import org.apache.fop.fo.Constants; -import org.apache.fop.fo.FObj; import org.apache.fop.fo.PropertyList; import org.apache.fop.fo.expr.PropertyException; import org.apache.fop.image.FopImage; @@ -139,7 +138,6 @@ public class CommonBorderPaddingBackground { * Construct a CommonBorderPaddingBackground object. * * @param pList The PropertyList to get properties from. - * @param fobj The FO to create this instance for. * @throws PropertyException if there's an error while binding the properties */ public CommonBorderPaddingBackground(PropertyList pList) throws PropertyException { diff --git a/src/java/org/apache/fop/fo/properties/CommonHyphenation.java b/src/java/org/apache/fop/fo/properties/CommonHyphenation.java index abb242f45..26747c24d 100644 --- a/src/java/org/apache/fop/fo/properties/CommonHyphenation.java +++ b/src/java/org/apache/fop/fo/properties/CommonHyphenation.java @@ -182,7 +182,7 @@ public final class CommonHyphenation { return font.getCharWidth(hyphChar); } - /** {@inheritDoc */ + /** {@inheritDoc} */ public boolean equals(Object obj) { if (obj == this) { return true; |