|
@@ -73,11 +73,8 @@ public class GraphMLImporter {
|
|
if (!n.hasAttribute("long")) {
|
|
if (!n.hasAttribute("long")) {
|
|
n.addAttribute("long", OptionsManager.getDefaultLong());
|
|
n.addAttribute("long", OptionsManager.getDefaultLong());
|
|
}
|
|
}
|
|
-<<<<<<< HEAD
|
|
|
|
- if (!n.hasAttribute("ui.label") && n.hasAttribute("yEd.label")) {
|
|
|
|
-=======
|
|
|
|
|
|
+
|
|
if (!n.hasAttribute("ui.label") && n.hasAttribute("yEd.label")){
|
|
if (!n.hasAttribute("ui.label") && n.hasAttribute("yEd.label")){
|
|
->>>>>>> branch 'Jascha' of https://git.tk.informatik.tu-darmstadt.de/julien.gedeon/bp-scopviz.git
|
|
|
|
n.addAttribute("ui.label", n.getAttribute("yEd.label").toString());
|
|
n.addAttribute("ui.label", n.getAttribute("yEd.label").toString());
|
|
n.removeAttribute("yEd.label");
|
|
n.removeAttribute("yEd.label");
|
|
}
|
|
}
|