Ejemplo n.º 1
0
 public void mkdir(String[] path, String message, boolean makeParents, Map revpropTable)
     throws ClientException {
   myDelegate.mkdir(path, message, makeParents, revpropTable);
 }
Ejemplo n.º 2
0
 public void mkdir(String[] path, String message) throws ClientException {
   myDelegate.mkdir(path, message);
 }