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

@@ -43,7 +43,7 @@ public class MethodInvokingFactoryBeanTests {
@Test
public void testParameterValidation() throws Exception {
// assert that only static OR non static are set, but not both or none
// assert that only static OR non-static are set, but not both or none
MethodInvokingFactoryBean mcfb = new MethodInvokingFactoryBean();
assertThatIllegalArgumentException().isThrownBy(mcfb::afterPropertiesSet);