From 6173b3f00ff40c590420cc4119bb3a486cff2b27 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Tue, 13 Nov 2007 14:37:00 +0000 Subject: Fix two javadoc warnings. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@594552 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/fop/fo/properties/CommonBorderPaddingBackground.java | 2 -- src/java/org/apache/fop/fo/properties/CommonHyphenation.java | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'src/java/org') 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; -- cgit v1.2.3