mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
Get the RegistrationClient ready for the new rateLot
This commit is contained in:
parent
33e1eeb86e
commit
e79f1910c9
@ -28,7 +28,7 @@ public class RegistrationClient {
|
||||
return gds.listLot(choice.getValue());
|
||||
}
|
||||
|
||||
public void rateLot(ParkingRating rating, ParkingChoices parkingLot) {
|
||||
public void rateLot(RatingChoices rating, ParkingChoices parkingLot) {
|
||||
gds.rateLot(rating, parkingLot);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user