Skip to content

Commit

Permalink
[Feat]: 패키지명 prefix 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
bayy1216 committed Jun 2, 2024
1 parent 4f9b714 commit c960d94
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.haedal.zzansuni.infrastructure.challengegroup.challengereview;
package org.haedal.zzansuni.infrastructure.challengegroup.review;

import com.querydsl.jpa.impl.JPAQueryFactory;
import java.util.HashMap;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.haedal.zzansuni.infrastructure.challengegroup.challengereview;
package org.haedal.zzansuni.infrastructure.challengegroup.review;

import java.util.List;
import java.util.Optional;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.haedal.zzansuni.infrastructure.challengegroup.challengereview;
package org.haedal.zzansuni.infrastructure.challengegroup.review;

import lombok.RequiredArgsConstructor;
import org.haedal.zzansuni.domain.challengegroup.review.ChallengeReview;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.haedal.zzansuni.infrastructure.challengegroup.challengeverification;
package org.haedal.zzansuni.infrastructure.challengegroup.verification;

import java.util.List;
import java.util.NoSuchElementException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.haedal.zzansuni.infrastructure.challengegroup.challengeverification;
package org.haedal.zzansuni.infrastructure.challengegroup.verification;

import java.util.List;
import org.haedal.zzansuni.domain.challengegroup.verification.ChallengeVerification;
Expand Down

0 comments on commit c960d94

Please sign in to comment.