Skip to content

Commit 9ed3a45

Browse files
scordiomp911de
authored andcommitted
Minor improvements in BootstrapMode Javadoc.
Closes #3191
1 parent 1b79eeb commit 9ed3a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/repository/config/BootstrapMode.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public enum BootstrapMode {
3838
DEFERRED,
3939

4040
/**
41-
* Repository bean definitions are considered lazy, lazily inject and only initialized on first use, i.e. the
41+
* Repository bean definitions are considered lazy, lazily injected and initialized only on first use, i.e., the
4242
* application might have fully started without the repositories initialized.
4343
*/
4444
LAZY;

0 commit comments

Comments
 (0)