diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/mathml/src/org/apache/fop/mathml/MathMLElement.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/mathml/src/org/apache/fop/mathml/MathMLElement.java b/examples/mathml/src/org/apache/fop/mathml/MathMLElement.java index b6bd14188..5eb22e581 100644 --- a/examples/mathml/src/org/apache/fop/mathml/MathMLElement.java +++ b/examples/mathml/src/org/apache/fop/mathml/MathMLElement.java @@ -147,9 +147,9 @@ public class MathMLElement extends MathMLObj { } /** - * @see org.apache.fop.fo.XMLObj#getDocumentNamespace() + * @see org.apache.fop.fo.FONode#getNamespaceURI() */ - public String getDocumentNamespace() { + public String getNamespaceURI() { if (svgDoc == null) { return MathMLElementMapping.NAMESPACE; } |