示例#1
0
 /** {@inheritDoc} */
 public void renameSpace(Space space, String newDisplayName) {
   spaceStorage.renameSpace(space, newDisplayName);
 }