Add more debug info.
This commit is contained in:
@@ -113,7 +113,7 @@ public class MindmapServiceImpl
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!xml.startsWith("<map") || !xml.endsWith("</map>")) {
|
if (!xml.startsWith("<map") || !xml.endsWith("</map>")) {
|
||||||
throw new WiseMappingException("Map seems not to be a valid mindmap:"+xml);
|
throw new WiseMappingException("Map seems not to be a valid mindmap: '"+xml +"'");
|
||||||
}
|
}
|
||||||
|
|
||||||
mindmapManager.updateMindmap(mindMap, saveHistory);
|
mindmapManager.updateMindmap(mindMap, saveHistory);
|
||||||
|
Reference in New Issue
Block a user