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:

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

  
4 5
import javax.persistence.*;
5 6

  
6 7

  
......
9 10
 * 
10 11
 */
11 12
@Entity
12
public class CommentTemplate implements Serializable {
13
public class CommentTemplate implements IsSerializable {
13 14
	private static final long serialVersionUID = 1L;
14 15

  
15 16
	@Id

Also available in: Unified diff