404405406407408409410
private Operation createRemoveProperty() { String path = choosePropertyPath(); if (path == null) { return null; } return new RemoveProperty(PathUtils.getParentPath(path), PathUtils.getName(path)); }
398399400401402403404
364365366367368369370
363364365366367368369