Project

General

Profile

« Previous | Next » 

Revision 57741

Updating interfaces to not include IsSerializable

View differences:

MapConditions.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 8
/**
9 9
 * Created by stefanos on 17/3/2017.
10 10
 */
11
public class MapConditions implements IsSerializable {
11
public class MapConditions   {
12 12

  
13 13
    private String field;
14 14
    private MapValueType fieldType;

Also available in: Unified diff