Skip to content

Commit

Permalink
Minor improvements in BootstrapMode Javadoc.
Browse files Browse the repository at this point in the history
Closes #3191
  • Loading branch information
scordio authored and mp911de committed Nov 4, 2024
1 parent 85850b6 commit cb75864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public enum BootstrapMode {
DEFERRED,

/**
* Repository bean definitions are considered lazy, lazily inject and only initialized on first use, i.e. the
* Repository bean definitions are considered lazy, lazily injected and initialized only on first use, i.e., the
* application might have fully started without the repositories initialized.
*/
LAZY;
Expand Down

0 comments on commit cb75864

Please sign in to comment.