Project

General

Profile

« Previous | Next » 

Revision 57667

Removing Serializable and IsSerializable interfaces from classes

View differences:

SecurityProfile.java
1 1
package eu.dnetlib.domain.enabling;
2 2

  
3
import com.google.gwt.user.client.rpc.IsSerializable;
4 3
import eu.dnetlib.domain.DriverResource;
5 4

  
6 5
import java.util.ArrayList;
......
11 10
 * The domain object for the SecurityProfile resource data structure
12 11
 * 
13 12
 */
14
public class SecurityProfile extends DriverResource implements IsSerializable {
13
public class SecurityProfile extends DriverResource{
15 14
	private static final long serialVersionUID = 6533097295469183688L;
16 15

  
17 16
	private String driverResourceId;

Also available in: Unified diff