File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/env Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.
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