coar-notify-7 checkstyle fix

This commit is contained in:
frabacche
2024-01-05 10:21:29 +01:00
parent d9c6f0f197
commit 473d5d2ade

View File

@@ -15,6 +15,7 @@ import java.io.InputStream;
import java.sql.SQLException;
import java.util.List;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.commons.collections4.CollectionUtils;
import org.dspace.AbstractIntegrationTestWithDatabase;
import org.dspace.app.ldn.LDNMessageEntity;
@@ -39,7 +40,6 @@ import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import com.fasterxml.jackson.databind.ObjectMapper;
/**
* Integration Tests against {@link SendLDNMessageAction}