Skip to content

Commit

Permalink
Update beekeeper-api/src/main/java/com/expediagroup/beekeeper/api/res…
Browse files Browse the repository at this point in the history
…ponse/PathResponseConverter.java

Co-authored-by: Abhimanyu Gupta <[email protected]>
  • Loading branch information
HamzaJugon and abhimanyugupta07 authored Nov 9, 2023
1 parent 4496f4d commit fcc6a73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static Page<HousekeepingPathResponse> convertToHousekeepingPathResponsePa
HousekeepingPathResponse housekeepingPathResponse = convertToHousekeepingPathResponse(housekeepingPath);
housekeepingPathResponseList.add(housekeepingPathResponse);
}
PageImpl<HousekeepingPathResponse> HousekeepingPathResponses = new PageImpl<>(
PageImpl<HousekeepingPathResponse> housekeepingPathResponses = new PageImpl<>(
housekeepingPathResponseList, housekeepingPathPage.getPageable(), housekeepingPathPage.getTotalElements());
return HousekeepingPathResponses;
}
Expand Down

0 comments on commit fcc6a73

Please sign in to comment.