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:

GoldCoordinator.java
1 1
package model;
2 2

  
3
import javax.persistence.Entity;
4
import javax.persistence.NamedQuery;
5
import javax.persistence.Table;
3 6
import java.io.Serializable;
4
import javax.persistence.*;
5 7

  
6 8

  
7 9
/**

Also available in: Unified diff