Fixed constructor
This commit is contained in:
parent
65fc33daa1
commit
b730557cec
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public class ServiceProvider extends UserType {
|
|||
ServiceProvider(String username, String password, String firstname, String lastname){
|
||||
super(username, password, firstname, lastname);
|
||||
services = new ArrayList<>();
|
||||
Availability = new Date[7][2];
|
||||
availabilities = new int[7][4];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue