File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-context/src/main/java/org/springframework/context/index 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 2002-2018 the original author or authors.
2
+ * Copyright 2002-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.
@@ -48,13 +48,13 @@ public final class CandidateComponentsIndexLoader {
48
48
public static final String COMPONENTS_RESOURCE_LOCATION = "META-INF/spring.components" ;
49
49
50
50
/**
51
- * System property that instructs Spring to ignore the index, i.e.
51
+ * System property that instructs Spring to ignore the components index, i.e.
52
52
* to always return {@code null} from {@link #loadIndex(ClassLoader)}.
53
53
* <p>The default is "false", allowing for regular use of the index. Switching this
54
54
* flag to {@code true} fulfills a corner case scenario when an index is partially
55
55
* available for some libraries (or use cases) but couldn't be built for the whole
56
56
* application. In this case, the application context fallbacks to a regular
57
- * classpath arrangement (i.e. as no index was present at all).
57
+ * classpath arrangement (i.e. as though no index were present at all).
58
58
*/
59
59
public static final String IGNORE_INDEX = "spring.index.ignore" ;
60
60
You can’t perform that action at this time.
0 commit comments