Example #1
0
 public void rename(String name) {
   chat.renameRoom(this, name);
   this.name = name;
 }