Exemplo n.º 1
0
 /**
  * remove a cnxn from the datatree
  *
  * @param cnxn the cnxn to remove from the datatree
  */
 public void removeCnxn(ServerCnxn cnxn) {
   dataTree.removeCnxn(cnxn);
 }