Skip to content

Commit

Permalink
refactor: BarcodeService 인터페이스 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
l2yujw committed Oct 21, 2024
1 parent 0d5b939 commit 9a2e34b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@Service
@RequiredArgsConstructor
public class BarcodeService {
public class BarcodeServiceImpl implements BarcodeService {

private final BarcodeRepository barcodeRepository;
private final ImageService imageService;
Expand Down

0 comments on commit 9a2e34b

Please sign in to comment.