Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Gran <[email protected]>
  • Loading branch information
leonardehrenfried and t2gran authored Nov 27, 2024
1 parent dd363aa commit 1d27bc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public Collection<VehicleParking> listVehicleParkings() {
}

@Override
public ImmutableListMultimap<VehicleParkingGroup, VehicleParking> listVehicleParkingGroups() {
public ListMultimap<VehicleParkingGroup, VehicleParking> listVehicleParkingGroups() {
return repository.getVehicleParkingGroups();
}

Expand Down

0 comments on commit 1d27bc2

Please sign in to comment.