Exemplo n.º 1
0
 /**
  * Rename the map.
  *
  * @param newMapName the new map name
  */
 public void renameMap(String newMapName) {
   // TODO rename maps transactionally
   map.renameMap(newMapName);
 }