Skip to content

Commit

Permalink
[#297] rename(TicketRepositoryCustomImpl): 클래스명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hyerinhwang-sailin committed Jan 2, 2025
1 parent a6709e0 commit d1820a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@Repository
@RequiredArgsConstructor
public class TicketRepositoryImpl implements TicketRepositoryCustom {
public class TicketRepositoryCustomImpl implements TicketRepositoryCustom {

private final JPAQueryFactory queryFactory;

Expand Down

0 comments on commit d1820a7

Please sign in to comment.