diff --git a/dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/OptionSetItem.java b/dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/OptionSetItem.java index 675639538bf..2a15915de4c 100644 --- a/dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/OptionSetItem.java +++ b/dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/OptionSetItem.java @@ -46,7 +46,7 @@ @EqualsAndHashCode @JacksonXmlRootElement(localName = "optionSetItem", namespace = DXF_2_0) public class OptionSetItem implements Serializable { - /** The uids of the options. * */ + /** The uids of the options. */ private Set options = new LinkedHashSet<>(); /** The aggregation for this option item. */