Skip to content

Commit

Permalink
fixing weight of Lulu
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanSST committed Mar 25, 2024
1 parent 2d790f7 commit c6aab12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/stephan/chickenfarm/dto/Chicken.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public enum Chicken {
HEIDI("Heidi", 2200), //
KLARA("Klara", 2850), //
LILI("Lili", 2851), //
LULU("Lulu", 3450);
LULU("Lulu", 3200);

private String name;
private int weight;
Expand Down

0 comments on commit c6aab12

Please sign in to comment.