Skip to content

Commit

Permalink
small workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBredl committed Jul 7, 2024
1 parent 69cde87 commit e6d4d22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
@NoArgsConstructor(access = lombok.AccessLevel.PRIVATE)
public class DefaultAnimals {

public static final Set<Animal> DEFAULT_ANIMALS = EnumSet.of(Animal.DODO, Animal.TREX);
public static final Set<Animal> DEFAULT_ANIMALS = EnumSet.of(Animal.DODO, Animal.TREX, Animal.TRICERATOPS);

}

0 comments on commit e6d4d22

Please sign in to comment.