Skip to content

Commit

Permalink
Merge pull request #28376 from fml2
Browse files Browse the repository at this point in the history
* gh-28376:
  Polish "Fix typos in EnvironmentPostProcessor javadoc"
  Fix typos in EnvironmentPostProcessor javadoc

Closes gh-28376
  • Loading branch information
wilkinsona committed Oct 19, 2021
2 parents ce8671f + 54ce51e commit 6c45878
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2020 the original author or authors.
* Copyright 2012-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -40,9 +40,9 @@
* take the following constructor parameters:
* <ul>
* <li>{@link DeferredLogFactory} - A factory that can be used to create loggers with
* output deferred until the application has been full prepared (allowing the environment
* output deferred until the application has been fully prepared (allowing the environment
* itself to configure logging levels).</li>
* <li>{@link Log} - A log with output deferred until the application has been full
* <li>{@link Log} - A log with output deferred until the application has been fully
* prepared (allowing the environment itself to configure logging levels).</li>
* <li>{@link ConfigurableBootstrapContext} - A bootstrap context that can be used to
* store objects that may be expensive to create, or need to be shared
Expand Down

0 comments on commit 6c45878

Please sign in to comment.