Project

General

Profile

« Previous | Next » 

Revision 47598

- Fixed duplicate dependncies
- Fixed an error in eligibility checking
- Fixed an error in account activation
- Organized imports

View differences:

Funder.java
1 1
package eu.dnetlib.goldoa.domain;
2 2

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

  
5
import javax.persistence.*;
4 6
import java.util.ArrayList;
5 7
import java.util.List;
6 8

  
7
import javax.persistence.*;
8 9

  
9

  
10 10
/**
11 11
 * The persistent class for the funder database table.
12 12
 * 
13 13
 */
14 14
@Entity
15
public class Funder implements Serializable {
15
public class Funder implements IsSerializable {
16 16
	private static final long serialVersionUID = 1L;
17 17
	@Id
18 18
	@Column(columnDefinition = "text")

Also available in: Unified diff