|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
not working for me. I get 5 open tasks created for this field/getter/setter/annotation combo:
private String todo; // creates a task
@Column(name = "todo") // creates a task
{ return this.todo; // creates a task }public String getTodo()
public void setTodo(String todo) // creates a task
{ this.todo = todo; // creates a task }