private static boolean isEmptyEdit(TextEdit edit) {
   return edit.getClass() == MultiTextEdit.class && !edit.hasChildren();
 }