File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/env Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments