Project

General

Profile

« Previous | Next » 

Revision 57667

Removing Serializable and IsSerializable interfaces from classes

View differences:

CustomProperties.java
1 1
package eu.dnetlib.domain.functionality.validator;
2 2

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

  
5 4
import java.util.HashMap;
6 5
import java.util.Map;
......
8 7
/**
9 8
 * Created by nikonas on 29/3/16.
10 9
 */
11
public class CustomProperties implements IsSerializable{
10
public class CustomProperties{
12 11

  
13 12
    private Map<String, String> properties;
14 13

  

Also available in: Unified diff