Skip to content

Commit

Permalink
fix getter final issue
Browse files Browse the repository at this point in the history
  • Loading branch information
svencc committed Sep 8, 2023
1 parent 5e39edf commit fffae29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/lib/goap/state/GoapState.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
public class GoapState implements Stateful, Important {

@NonNull
private final Integer importance;
private Integer importance;
@NonNull
private final String effect;
@NonNull
Expand Down

0 comments on commit fffae29

Please sign in to comment.