Project

General

Profile

« Previous | Next » 

Revision 57741

Updating interfaces to not include IsSerializable

View differences:

PiWikController.java
6 6
import eu.dnetlib.repo.manager.domain.Paging;
7 7
import eu.dnetlib.repo.manager.service.PiWikServiceImpl;
8 8
import eu.dnetlib.repo.manager.service.RepositoryService;
9
import eu.dnetlib.repo.manager.shared.RepositoryServiceException;
9
import eu.dnetlib.repo.manager.domain.RepositoryServiceException;
10 10
import io.swagger.annotations.Api;
11 11
import io.swagger.annotations.ApiImplicitParam;
12 12
import io.swagger.annotations.ApiImplicitParams;
......
15 15
import org.springframework.core.io.FileSystemResource;
16 16
import org.springframework.http.MediaType;
17 17
import org.springframework.http.ResponseEntity;
18
import org.springframework.security.access.prepost.PostAuthorize;
19 18
import org.springframework.security.access.prepost.PreAuthorize;
20 19
import org.springframework.web.bind.annotation.*;
21 20

  
22 21
import javax.servlet.http.HttpServletRequest;
23 22
import javax.servlet.http.HttpServletResponse;
24
import java.io.File;
25 23
import java.io.FileNotFoundException;
26 24
import java.io.IOException;
27 25
import java.io.PrintWriter;

Also available in: Unified diff