Skip to content

Commit

Permalink
[#11751] Deadline extensions in FeedbackSession entity have unnecessa…
Browse files Browse the repository at this point in the history
…ry constraint (#11752)
  • Loading branch information
samuelfangjw authored Apr 20, 2022
1 parent ad0a1aa commit d5a2a1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/teammates/storage/entity/FeedbackSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@ public class FeedbackSession extends BaseEntity {

private boolean isPublishedEmailEnabled;

@Unindex
@Serialize
private Map<String, Instant> studentDeadlines;

@Unindex
@Serialize
private Map<String, Instant> instructorDeadlines;

Expand Down

0 comments on commit d5a2a1b

Please sign in to comment.