+ simpleArticle.getTitle() + "\" : \"" + invChar + "\"");
}
}
performAction(new PostModifyContent(this, simpleArticle));
if (store != null) {
String label = simpleArticle.getTitle();
SimpleArticle sa;
if (store.containsKey(label)) {
if (LOGGER.isDebugEnabled())