/**
  * removes all region from the repository
  *
  * @throws CollabException
  */
 public synchronized void removeAllRegion() throws CollabException {
   super.removeAllRegion();
 }