Skip to content

Commit

Permalink
fix: change to default empty implementation for compability
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilople committed May 18, 2024
1 parent d413a6a commit 406042e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ public interface ConfigRepository {
/**
* Initialize the repository.
*/
void initialize();
default void initialize() {}
}

0 comments on commit 406042e

Please sign in to comment.