Skip to content

Commit 6c45878

Browse files
committed
Merge pull request #28376 from fml2
* gh-28376: Polish "Fix typos in EnvironmentPostProcessor javadoc" Fix typos in EnvironmentPostProcessor javadoc Closes gh-28376
2 parents ce8671f + 54ce51e commit 6c45878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors.
2+
* Copyright 2012-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -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)