From: Jeremias Maerki Date: Fri, 17 Feb 2006 09:52:36 +0000 (+0000) Subject: Fix MathML rendering. Missed renaming an override method after my cleanup work in... X-Git-Tag: fop-0_92-beta~120 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=90a82aaadad9c950b0c12c33ffb8b4d7201df286;p=xmlgraphics-fop.git Fix MathML rendering. Missed renaming an override method after my cleanup work in the FO tree. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@378471 13f79535-47bb-0310-9956-ffa450edef68 --- 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; }