From 90a82aaadad9c950b0c12c33ffb8b4d7201df286 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Fri, 17 Feb 2006 09:52:36 +0000 Subject: [PATCH] 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 --- examples/mathml/src/org/apache/fop/mathml/MathMLElement.java | 4 ++-- 1 file 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; } -- 2.39.5