fix log path and java warnings

This commit is contained in:
Jeremie Panzer
2013-03-21 08:55:53 +01:00
parent 7b3c53fcb9
commit a5ac6b9c44
14 changed files with 15 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ import javax.persistence.Table;
@Entity
@Table(name = "USERS")
@SuppressWarnings("serial")
public class User implements Serializable {
@Id