TSK-299 fixed getter
This commit is contained in:
parent
bee1af35a5
commit
a214851289
|
@ -26,7 +26,7 @@ public class WorkbasketDefinition {
|
|||
return workbasket;
|
||||
}
|
||||
|
||||
public Set<String> getdistributionTargets() {
|
||||
public Set<String> getDistributionTargets() {
|
||||
return distributionTargets;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue