Project

General

Profile

« Previous | Next » 

Revision 57741

Updating interfaces to not include IsSerializable

View differences:

AdvQueryObject.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;
4 3

  
4

  
5 5
import java.util.ArrayList;
6 6
import java.util.List;
7 7

  
8
public class AdvQueryObject implements IsSerializable {
8
public class AdvQueryObject   {
9 9

  
10 10
    private String datasource = "";
11 11
    private String topic = "";

Also available in: Unified diff