Skip to content

Commit 262b7d7

Browse files
committed
Polishing
1 parent 31d9f31 commit 262b7d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-context/src/main/java/org/springframework/context/index/CandidateComponentsIndexLoader.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-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.
@@ -48,13 +48,13 @@ public final class CandidateComponentsIndexLoader {
4848
public static final String COMPONENTS_RESOURCE_LOCATION = "META-INF/spring.components";
4949

5050
/**
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.
5252
* to always return {@code null} from {@link #loadIndex(ClassLoader)}.
5353
* <p>The default is "false", allowing for regular use of the index. Switching this
5454
* flag to {@code true} fulfills a corner case scenario when an index is partially
5555
* available for some libraries (or use cases) but couldn't be built for the whole
5656
* 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).
5858
*/
5959
public static final String IGNORE_INDEX = "spring.index.ignore";
6060

0 commit comments

Comments
 (0)