Fixed room
This commit is contained in:
parent
db5386b394
commit
84ef4af2c4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ public abstract class Room extends DataObject {
|
||||||
* -1 steht für einen unbegrenzt großen Raum.
|
* -1 steht für einen unbegrenzt großen Raum.
|
||||||
*/
|
*/
|
||||||
@WebField(displayAs = "Platzanzahl")
|
@WebField(displayAs = "Platzanzahl")
|
||||||
public final String size;
|
public final int size;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Konstruktor.
|
* Konstruktor.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue