373374375376377378379
private Operation createRemoveProperty() { String path = choosePropertyPath(); if (path == null) { return null; } return new RemoveProperty(PathUtils.getParentPath(path), PathUtils.getName(path)); }
364365366367368369370
369370371372373374375
371372373374375376377