Skip to content

Commit

Permalink
hotfix: 접근제어자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Aug 26, 2024
1 parent fbb630e commit 09d170e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.example.whopper.application.student.event;

import com.example.whopper.application.student.component.CurrentStudent;
import com.example.whopper.common.exception.student.StudentNotFoundException;
import com.example.whopper.domain.student.StudentRepository;
import lombok.RequiredArgsConstructor;
Expand All @@ -10,7 +9,7 @@

@Component
@RequiredArgsConstructor
class StudentMajorUpdateEventHandler {
public class StudentMajorUpdateEventHandler {
private final StudentRepository studentRepository;

@Async
Expand Down

0 comments on commit 09d170e

Please sign in to comment.