Skip to content

Commit

Permalink
add missing import after merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
cnathe committed Feb 14, 2024
1 parent e904c41 commit a0f17de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions issues/src/org/labkey/issue/actions/ChangeSummary.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
import jakarta.mail.Message;
import jakarta.mail.MessagingException;
import jakarta.mail.internet.AddressException;

import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
import java.util.HashMap;
Expand Down

0 comments on commit a0f17de

Please sign in to comment.