Project

General

Profile

« Previous | Next » 

Revision 57741

Updating interfaces to not include IsSerializable

View differences:

ConditionParams.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

  
5 3
/**
6 4
 * Created by stefanos on 17/3/2017.
7 5
 */
8
public class ConditionParams implements IsSerializable {
6
public class ConditionParams {
9 7

  
10 8
    private String value;
11 9
    private String otherValue;

Also available in: Unified diff