aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2015-11-26 21:01:08 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2015-11-26 21:01:08 +0000
commit38dcaf1a50ec3c3fd1c19d6fa28108eb37f1fe1c (patch)
treeb0065e87c447d067d5b6999cb76de560c1af0779 /src/java
parentbd129ada80e16c95106585181de31846127034c2 (diff)
downloadxmlgraphics-fop-38dcaf1a50ec3c3fd1c19d6fa28108eb37f1fe1c.tar.gz
xmlgraphics-fop-38dcaf1a50ec3c3fd1c19d6fa28108eb37f1fe1c.zip
Minor javadoc fixup: add closing double quote
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1716768 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java')
-rw-r--r--src/java/org/apache/fop/fo/properties/BackgroundPositionShorthand.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthand.java b/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthand.java
index ff0b2fc75..2685e5a99 100644
--- a/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthand.java
+++ b/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthand.java
@@ -29,7 +29,7 @@ import org.apache.fop.fo.PropertyList;
import org.apache.fop.fo.expr.PropertyException;
/**
- * Class encapsulating functionality for the <a href="http://www.w3.org/TR/xsl/#background-position>
+ * Class encapsulating functionality for the <a href="http://www.w3.org/TR/xsl/#background-position">
* <code>background-position</code></a> shorthand.
*/