Exemplo n.º 1
0
 public void revert(String path, int depth, String[] changelists) throws ClientException {
   myDelegate.revert(path, depth, changelists);
 }
Exemplo n.º 2
0
 public void revert(String path, boolean recurse) throws ClientException {
   myDelegate.revert(path, recurse);
 }