]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix MathML rendering. Missed renaming an override method after my cleanup work in...
authorJeremias Maerki <jeremias@apache.org>
Fri, 17 Feb 2006 09:52:36 +0000 (09:52 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 17 Feb 2006 09:52:36 +0000 (09:52 +0000)
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

index b6bd14188b0c6bb20d8d4502dce3cebda6e781ff..5eb22e581d8136c28fe0fa45ee5fe0d727520453 100644 (file)
@@ -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;
         }