public void propertyRemove(String path, String name, int depth, String[] changelists) throws ClientException { myDelegate.propertyRemove(path, name, depth, changelists); }
public void propertyRemove(String path, String name, boolean recurse) throws ClientException { myDelegate.propertyRemove(path, name, recurse); }