Improved sorting of tables and matches.

This commit is contained in:
LevelX2 2014-04-17 16:39:19 +02:00
parent 6e28320493
commit 4e53ff73ea
3 changed files with 50 additions and 6 deletions

View file

@ -36,8 +36,8 @@ import java.util.UUID;
*/
public abstract class RoomImpl implements Room {
private UUID chatId;
private UUID roomId;
private final UUID chatId;
private final UUID roomId;
public RoomImpl() {
roomId = UUID.randomUUID();