Skip to content

Commit

Permalink
Removed unused codes.
Browse files Browse the repository at this point in the history
Removed unused codes.
  • Loading branch information
infstar committed Sep 28, 2023
1 parent c5fe5b5 commit b926732
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
public class EdwSnapshotController {

private static final Logger logger = LoggerFactory.getLogger(EdwSnapshotController.class);
private static final String BEARER = "Bearer ";

@Autowired
EdwSnapshotService edwSnapshotService;
Expand All @@ -36,7 +35,7 @@ public class EdwSnapshotController {

@Autowired
ResponseHelper response;

@PostMapping(EducGradStudentApiConstants.EDW_GRADUATION_STATUS_SNAPSHOT)
@PreAuthorize(PermissionsConstants.UPDATE_GRADUATION_STUDENT)
@Operation(summary = "Save Graduation Status Snapshot for EDW", description = "Save Graduation Status Snapshot for EDW", tags = { "EDW Snapshot" })
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
import ca.bc.gov.educ.api.gradstudent.util.EducGradStudentApiConstants;
import ca.bc.gov.educ.api.gradstudent.util.EducGradStudentApiUtils;
import ca.bc.gov.educ.api.gradstudent.util.GradValidation;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Pageable;
Expand All @@ -27,8 +25,6 @@
@Service
public class EdwSnapshotService {

private static final Logger logger = LoggerFactory.getLogger(EdwSnapshotService.class);

final EdwGraduationSnapshotRepository edwGraduationSnapshotRepository;

final EDWGraduationStatusTransformer edwGraduationStatusTransformer;
Expand Down

0 comments on commit b926732

Please sign in to comment.