Exemplo n.º 1
0
 public long doSwitch(
     String path,
     String url,
     Revision revision,
     Revision pegRevision,
     int depth,
     boolean depthIsSticky,
     boolean ignoreExternals,
     boolean allowUnverObstructions)
     throws ClientException {
   return myDelegate.doSwitch(
       path,
       url,
       revision,
       pegRevision,
       depth,
       depthIsSticky,
       ignoreExternals,
       allowUnverObstructions);
 }
Exemplo n.º 2
0
 public long doSwitch(String path, String url, Revision revision, boolean recurse)
     throws ClientException {
   return myDelegate.doSwitch(path, url, revision, recurse);
 }