Minor improvements in BootstrapMode Javadoc.

Closes #3191
This commit is contained in:
Stefano Cordio
2024-10-31 00:47:33 +01:00
committed by Mark Paluch
parent 85850b6c16
commit cb75864eb7

View File

@@ -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;