Skip to content

Commit

Permalink
114022: fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout-atmire committed Apr 13, 2024
1 parent 432aea7 commit d44b7df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

import static org.apache.commons.lang.StringUtils.defaultIfEmpty;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.ws.rs.core.MediaType;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.ws.rs.core.MediaType;

import com.fasterxml.jackson.databind.ObjectMapper;
import org.dspace.app.rest.utils.HttpHeadersInitializer;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.dspace.app.rest;

import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.content;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.content;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.header;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;

Expand All @@ -11,7 +11,8 @@
import org.junit.Test;

public class AtmireVersionsControllerIT extends AbstractControllerIntegrationTest {
private final ConfigurationService configurationService = DSpaceServicesFactory.getInstance().getConfigurationService();
private final ConfigurationService configurationService =
DSpaceServicesFactory.getInstance().getConfigurationService();
@Override
public void destroy() throws Exception {
configurationService.setProperty(AtmireVersionsController.CONFIG_DIR, null);
Expand Down

0 comments on commit d44b7df

Please sign in to comment.