(String xmlName)
| 90 | } |
| 91 | |
| 92 | public void commitShared(String xmlName) { |
| 93 | if (editorMap.containsKey(xmlName)) { |
| 94 | editorMap.get(xmlName).commit(); |
| 95 | reloadEdit(xmlName); |
| 96 | } |
| 97 | } |
| 98 | |
| 99 | public void clearShared(String xmlName) { |
| 100 | if (sharedMap.containsKey(xmlName)) { |
no test coverage detected