349350351352353354355356357358359
if (undoAnnotation.undo()) { features.add("undo"); } if (undoAnnotation.redo()) { features.add("redo"); } UndoRtePluginParameters undoParameters = new UndoRtePluginParameters(); undoParameters.setFeatures(convertFeatures(features));
348349350351352353354355356357358