Get the RegistrationClient ready for the new rateLot

master
bspeice 2013-10-18 18:49:43 -04:00
parent 33e1eeb86e
commit e79f1910c9
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}