isac-java/src/java/isac/gui/mawen/scalaterm/Util.scala
changeset 5239 b4e3883d7b66
parent 5229 6bf0e95981e3
     1.1 --- a/isac-java/src/java/isac/gui/mawen/scalaterm/Util.scala	Tue Sep 22 14:33:32 2020 +0200
     1.2 +++ b/isac-java/src/java/isac/gui/mawen/scalaterm/Util.scala	Fri Mar 26 10:45:05 2021 +0100
     1.3 @@ -5,9 +5,9 @@
     1.4  import isac.gui.mawen.termtree.TreeNodeContent
     1.5  import javax.swing.tree.DefaultMutableTreeNode
     1.6  
     1.7 -import info.hupel.isabelle.api.XML
     1.8 -import info.hupel.isabelle.pure._
     1.9 -import info.hupel.isabelle._      // for Codec
    1.10 +import edu.tum.cs.isabelle.api.XML
    1.11 +import edu.tum.cs.isabelle.pure._
    1.12 +import edu.tum.cs.isabelle._      // for Codec
    1.13  
    1.14  object Util {
    1.15  
    1.16 @@ -150,4 +150,4 @@
    1.17    }
    1.18    def mathml_of(t: Term): String = "<math xmlns="+"\"&mathml;\""+"><mrow>" + matml_of(t, 0, "none") + "</mrow></math>"
    1.19    
    1.20 -}
    1.21 \ No newline at end of file
    1.22 +}