Project

General

Profile

« Previous | Next » 

Revision 57741

Updating interfaces to not include IsSerializable

View differences:

EventsPage.java
1
package eu.dnetlib.repo.manager.shared.broker;
1
package eu.dnetlib.repo.manager.domain.broker;
2 2

  
3
import com.google.gwt.user.client.rpc.IsSerializable;
3
import eu.dnetlib.broker.objects.OpenAireEventPayload;
4 4

  
5

  
6 5
import java.util.List;
7 6

  
8 7
/**
9 8
 * Created by stefanos on 26/10/2016.
10 9
 */
11
public class EventsPage implements IsSerializable{
10
public class EventsPage{
12 11

  
13 12
    private String datasource;
14 13
    private String topic;

Also available in: Unified diff