Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,9 @@ protected AccountServiceImpl() {
*
* @param context DSpace context
* @param email Email address to send the registration email to
<<<<<<< HEAD
* @throws java.sql.SQLException passed through.
* @throws java.io.IOException passed through.
* @throws javax.mail.MessagingException passed through.
=======
* @throws java.sql.SQLException passed through.
* @throws java.io.IOException passed through.
* @throws jakarta.mail.MessagingException passed through.
>>>>>>> dspace-8.0
* @throws org.dspace.authorize.AuthorizeException passed through.
*/
@Override
Expand Down Expand Up @@ -138,15 +132,9 @@ public void sendRegistrationInfo(Context context, String email, List<UUID> group
*
* @param context DSpace context
* @param email Email address to send the forgot-password email to
<<<<<<< HEAD
* @throws java.sql.SQLException passed through.
* @throws java.io.IOException passed through.
* @throws javax.mail.MessagingException passed through.
=======
* @throws java.sql.SQLException passed through.
* @throws java.io.IOException passed through.
* @throws jakarta.mail.MessagingException passed through.
>>>>>>> dspace-8.0
* @throws org.dspace.authorize.AuthorizeException passed through.
*/
@Override
Expand Down
Loading