Bort Senoia commented on Improvement JENKINS-1738

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
public String getTodo()

{ return this.todo; // creates a task }

public void setTodo(String todo) // creates a task

{ this.todo = todo; // creates a task }
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

Reply via email to