Project

General

Profile

« Previous | Next » 

Revision 57741

Updating interfaces to not include IsSerializable

View differences:

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

  
5 4
/**
6 5
 * Created by stefanos on 10-Mar-17.
7 6
 */
8 7

  
9
public class OpenaireSubscription implements IsSerializable {
8
public class OpenaireSubscription {
10 9

  
11 10
    private String subscriber;
12 11
    private NotificationFrequency frequency;

Also available in: Unified diff