forked from External/mage
Improved sorting of tables and matches.
This commit is contained in:
parent
6e28320493
commit
4e53ff73ea
3 changed files with 50 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue