jira-integration: Set visibility of attributes in Field class
They are marked as private now. FEA: ItEr77S16JiraAndTimConnectorContributionIntegration
This commit is contained in:
parent
f6ec4e5220
commit
50ab6fee37
1 changed files with 4 additions and 4 deletions
|
|
@ -21,10 +21,10 @@ package org.libreplan.importers.jira;
|
|||
|
||||
public class Field {
|
||||
|
||||
String summary;
|
||||
Status status;
|
||||
TimeTracking timetracking;
|
||||
WorkLog worklog;
|
||||
private String summary;
|
||||
private Status status;
|
||||
private TimeTracking timetracking;
|
||||
private WorkLog worklog;
|
||||
|
||||
public String getSummary() {
|
||||
return summary;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue