Skip to content

Commit

Permalink
chore: Clean-up [DHIS2-18370]
Browse files Browse the repository at this point in the history
  • Loading branch information
maikelarabori committed Dec 16, 2024
1 parent d31972d commit cc3825f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> options = new LinkedHashSet<>();

/** The aggregation for this option item. */
Expand Down

0 comments on commit cc3825f

Please sign in to comment.