Skip to content

Commit ded396b

Browse files
fml2wilkinsona
authored andcommitted
Fix typos in EnvironmentPostProcessor javadoc
See gh-28376
1 parent ce8671f commit ded396b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/env/EnvironmentPostProcessor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
* take the following constructor parameters:
4141
* <ul>
4242
* <li>{@link DeferredLogFactory} - A factory that can be used to create loggers with
43-
* output deferred until the application has been full prepared (allowing the environment
43+
* output deferred until the application has been fully prepared (allowing the environment
4444
* itself to configure logging levels).</li>
45-
* <li>{@link Log} - A log with output deferred until the application has been full
45+
* <li>{@link Log} - A log with output deferred until the application has been fully
4646
* prepared (allowing the environment itself to configure logging levels).</li>
4747
* <li>{@link ConfigurableBootstrapContext} - A bootstrap context that can be used to
4848
* store objects that may be expensive to create, or need to be shared

0 commit comments

Comments
 (0)