Skip to content

Commit

Permalink
Added missing import for reactive RowMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarHawk committed Jan 16, 2025
1 parent 38e78b3 commit 9cb202a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ import java.time.Instant;
import java.time.LocalDate;
<%_ } if (anyFieldIsZonedDateTime) { _%>
import java.time.ZonedDateTime;
<%_ } if (anyFieldIsLocalTime) { _%>
import java.time.LocalTime;
<%_ } if (anyFieldIsDuration) { _%>
import java.time.Duration;
<%_ } if (anyFieldIsUUID || otherEntityPrimaryKeyTypesIncludesUUID) { _%>
Expand Down

0 comments on commit 9cb202a

Please sign in to comment.