fix table name

This commit is contained in:
Athou
2013-03-22 23:04:02 +01:00
parent 85496d7544
commit 8b1022a4e1

View File

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