Project

General

Profile

« Previous | Next » 

Revision 57667

Removing Serializable and IsSerializable interfaces from classes

View differences:

PiwikInfo.java
1 1
package eu.dnetlib.domain.data;
2 2

  
3
import com.google.gwt.user.client.rpc.IsSerializable;
4

  
5 3
import java.util.Date;
6 4

  
7 5
/**
8 6
 * Created by stefania on 12/19/16.
9 7
 */
10
public class PiwikInfo implements IsSerializable {
8
public class PiwikInfo{
11 9

  
12 10
    private String repositoryId;
13 11
    private String openaireId;

Also available in: Unified diff