Skip to content

Commit

Permalink
Revise AssignmentSaveServiceImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapter1990 committed Aug 19, 2023
1 parent a46a080 commit 0b0ec65
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import com.ays.assignment.repository.AssignmentRepository;
import com.ays.assignment.service.AssignmentSaveService;
import com.ays.auth.model.AysIdentity;
import com.ays.user.util.exception.AysUserAlreadyExistsByPhoneNumberException;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;

Expand All @@ -29,7 +28,6 @@ class AssignmentSaveServiceImpl implements AssignmentSaveService {
*
* @param saveRequest the request object containing assignment data to be saved
* @return the saved assignment
* @throws AysUserAlreadyExistsByPhoneNumberException if a assignment with the same phone number already exists
*/
@Override
public void saveAssignment(AssignmentSaveRequest saveRequest) {
Expand Down

0 comments on commit 0b0ec65

Please sign in to comment.