Skip to content

Commit

Permalink
#575 [feat] 분산락 패키지 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyundoh committed Nov 13, 2024
1 parent f4ccffb commit 66a2224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.mile.moim.service.lock;
package com.mile.common.lock;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import com.mile.moim.service.dto.response.TemporaryPostExistResponse;
import com.mile.moim.service.dto.response.TopicListResponse;
import com.mile.moim.service.dto.response.WriterNameConflictCheckResponse;
import com.mile.moim.service.lock.AtomicValidateUniqueMoimName;
import com.mile.common.lock.AtomicValidateUniqueMoimName;
import com.mile.moim.service.popular.MoimPopularInfoService;
import com.mile.post.domain.Post;
import com.mile.post.service.PostRetriever;
Expand Down

0 comments on commit 66a2224

Please sign in to comment.