TSK-299 fixed getter

This commit is contained in:
Lars Leo Grätz 2018-02-15 17:53:36 +01:00 committed by Holger Hagen
parent bee1af35a5
commit a214851289
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class WorkbasketDefinition {
return workbasket;
}
public Set<String> getdistributionTargets() {
public Set<String> getDistributionTargets() {
return distributionTargets;
}