Skip to content

Commit

Permalink
Make script final in Database class
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmq committed May 22, 2024
1 parent 07f435b commit c6d8a64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public abstract class Database {

private Script script;
private final Script script;

public Database(Script script) {
this.script = script;
Expand Down

0 comments on commit c6d8a64

Please sign in to comment.