Fix and improve Javadoc in spring-beans

See gh-28803
This commit is contained in:
Marc Wrobel
2022-07-12 17:54:01 +02:00
committed by Sam Brannen
parent 165fba868c
commit c112bb0ae1
29 changed files with 39 additions and 39 deletions

View File

@@ -22,7 +22,7 @@ import java.io.IOException;
* Interface used for {@link org.springframework.beans.testfixture.beans.TestBean}.
*
* <p>Two methods are the same as on Person, but if this
* extends person it breaks quite a few tests..
* extends person it breaks quite a few tests.
*
* @author Rod Johnson
* @author Juergen Hoeller