c.add(new AlignmentSVGVisualizationUpdate(worksheetId, alignment));
} catch (Exception e) {
logger.error("Error occured while unassigning the semantic type!",e);
return new UpdateContainer(new ErrorUpdate("Error occured while unassigning the semantic type!"));
}
c.add(new TagsUpdate());
return c;
}