Skip to content

Commit

Permalink
Merge pull request #31277 from anthonyvdotbe
Browse files Browse the repository at this point in the history
* pr/31277:
  Fix typo in ImportCandidates javadoc

Closes gh-31277
  • Loading branch information
philwebb committed Jun 10, 2022
2 parents b4b8956 + ed1e738 commit 6492299
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ public Iterator<String> iterator() {
* Loads the names of import candidates from the classpath.
*
* The names of the import candidates are stored in files named
* {@code META-INF/spring/full-qualified-annotation-name.import} on the classpath.
* {@code META-INF/spring/full-qualified-annotation-name.imports} on the classpath.
* Every line contains the full qualified name of the candidate class. Comments are
* supported using the # character.
* @param annotation annotation to load
Expand Down

0 comments on commit 6492299

Please sign in to comment.