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