Skip to content

Commit

Permalink
chore: 더 이상 사용하지 않는 유틸리티 클래스 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
apptie committed Sep 17, 2023
1 parent 9835fce commit 512eef6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 97 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import com.ddang.ddang.auction.configuration.util.AuctionSortConditionConsts;
import com.ddang.ddang.auction.domain.Auction;
import com.ddang.ddang.auction.infrastructure.persistence.util.exception.UnsupportedSortConditionException;
import com.ddang.ddang.auction.infrastructure.persistence.exception.UnsupportedSortConditionException;
import com.ddang.ddang.auction.presentation.dto.request.ReadAuctionSearchCondition;
import com.ddang.ddang.common.helper.QuerydslSliceHelper;
import com.querydsl.core.types.OrderSpecifier;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.ddang.ddang.auction.infrastructure.persistence.util.exception;
package com.ddang.ddang.auction.infrastructure.persistence.exception;

public class UnsupportedSortConditionException extends IllegalArgumentException {

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 512eef6

Please sign in to comment.