Skip to content

Commit

Permalink
Update beekeeper-api/src/main/java/com/expediagroup/beekeeper/api/err…
Browse files Browse the repository at this point in the history
…or/BeekeeperExceptionHandler.java

Co-authored-by: Jay Green-Stevens <jgreenstevens@expediagroup.com>
  • Loading branch information
HamzaJugon and JayGreeeen authored Oct 23, 2024
1 parent 77c6a62 commit b840ae2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class BeekeeperExceptionHandler {

@ExceptionHandler(PropertyReferenceException.class)
public ResponseEntity<ErrorResponse> handlePropertyReferenceException(
PropertyReferenceException ex, HttpServletRequest request) {
PropertyReferenceException exception, HttpServletRequest request) {

ErrorResponse errorResponse = new ErrorResponse();
errorResponse.setTimestamp(LocalDateTime.now().toString());
Expand Down

0 comments on commit b840ae2

Please sign in to comment.