mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 06:53:09 +00:00
DS-3908 Address minor checkstyle issues
This commit is contained in:
@@ -12,7 +12,6 @@ import java.util.UUID;
|
||||
|
||||
import org.dspace.app.rest.converter.DSpaceObjectConverter;
|
||||
import org.dspace.app.rest.converter.MetadataConverter;
|
||||
import org.dspace.app.rest.exception.PatchBadRequestException;
|
||||
import org.dspace.app.rest.exception.UnprocessableEntityException;
|
||||
import org.dspace.app.rest.model.DSpaceObjectRest;
|
||||
import org.dspace.app.rest.model.patch.Patch;
|
||||
|
@@ -1049,7 +1049,8 @@ public class EPersonRestRepositoryIT extends AbstractControllerIntegrationTest {
|
||||
String token = getAuthToken(asUser.getEmail(), password);
|
||||
|
||||
try {
|
||||
new MetadataPatchSuite().runWith(getClient(token), "/api/eperson/epersons/" + ePerson.getID(), expectedStatus);
|
||||
new MetadataPatchSuite().runWith(getClient(token), "/api/eperson/epersons/" + ePerson.getID(),
|
||||
expectedStatus);
|
||||
} finally {
|
||||
context.restoreAuthSystemState();
|
||||
}
|
||||
|
Reference in New Issue
Block a user