Fix and improve Javadoc in spring-aop

Closes gh-28803
This commit is contained in:
Marc Wrobel
2022-07-12 17:58:30 +02:00
committed by Sam Brannen
parent c112bb0ae1
commit c6be3b33c9
19 changed files with 31 additions and 31 deletions

View File

@@ -931,7 +931,7 @@ abstract class AbstractMakeModifiable {
return setter.getDeclaringClass().getMethod(getterName);
}
catch (NoSuchMethodException ex) {
// must be write only
// must be write-only
return null;
}
}