mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Add more debug info.
This commit is contained in:
parent
def2034fa0
commit
9cabfb14a5
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user