mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-04 02:10:35 -05:00 
			
		
		
		
	Get the RegistrationClient ready for the new rateLot
This commit is contained in:
		@ -28,7 +28,7 @@ public class RegistrationClient {
 | 
				
			|||||||
		return gds.listLot(choice.getValue());
 | 
							return gds.listLot(choice.getValue());
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	public void rateLot(ParkingRating rating, ParkingChoices parkingLot) {
 | 
						public void rateLot(RatingChoices rating, ParkingChoices parkingLot) {
 | 
				
			||||||
		gds.rateLot(rating, parkingLot);
 | 
							gds.rateLot(rating, parkingLot);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user