Skip to content

Commit

Permalink
remove unnecessary import and todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlxs committed Oct 10, 2024
1 parent 38028b5 commit fa55edc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ public class GradingService {
private final TopicPublisher topicPublisher;
private final AssignmentService assignmentService;

// TODO need to filter for newest, in case there are more than one

public Grading getGradingForAssignmentForStudent(final UUID assignmentId, final UUID studentId, final LoggedInUser currentUser) {
final AssignmentEntity assignment = assignmentService.requireAssignmentExists(assignmentId); // throws EntityNotFoundException "Assignment with assessmentId %s not found"
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import java.time.ZoneOffset;
import java.time.temporal.ChronoUnit;
import java.time.temporal.TemporalUnit;
import java.util.List;
import java.util.UUID;

Expand Down

0 comments on commit fa55edc

Please sign in to comment.