Skip to content

Commit

Permalink
Small refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dragutin-nav committed Jul 4, 2022
1 parent 4778019 commit 7ac115a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

import static java.util.Collections.emptyList;

@JsonIgnoreProperties
@Getter
@NoArgsConstructor
@AllArgsConstructor
@JsonPropertyOrder(alphabetic = true)
@JsonIgnoreProperties(ignoreUnknown = true)
public class PortefoljeFilter {
private Aktiviteter aktiviteter = null;

Expand Down

0 comments on commit 7ac115a

Please sign in to comment.