Fix and improve Javadoc in spring-context

Closes gh-28802
This commit is contained in:
Marc Wrobel
2022-07-12 16:43:15 +02:00
committed by Sam Brannen
parent bc15f839cd
commit c48c5e7691
50 changed files with 82 additions and 81 deletions

View File

@@ -19,7 +19,7 @@ package org.springframework.context.index.sample;
import org.springframework.stereotype.Component;
/**
* Candidate with a inner class that isn't static (and should therefore not be added).
* Candidate with an inner class that isn't static (and should therefore not be added).
*
* @author Stephane Nicoll
*/