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 1
1
/*
2
- * Copyright 2012-2020 the original author or authors.
2
+ * Copyright 2012-2021 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
40
40
* take the following constructor parameters:
41
41
* <ul>
42
42
* <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
44
44
* 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
46
46
* prepared (allowing the environment itself to configure logging levels).</li>
47
47
* <li>{@link ConfigurableBootstrapContext} - A bootstrap context that can be used to
48
48
* 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