Skip to content

Commit

Permalink
fixup! fix: lts transition action should be final
Browse files Browse the repository at this point in the history
  • Loading branch information
sillydan1 committed Mar 5, 2024
1 parent a5918e1 commit 606ff03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class ViewModelTransition extends ViewModelEdge implements ISearchable {
private final Logger logger = LoggerFactory.getLogger(ViewModelTransition.class);
@Autolisten
public StringProperty action;
public final StringProperty action;

public StringProperty action() {
return action;
Expand Down

0 comments on commit 606ff03

Please sign in to comment.