Merge branch '5.3.x'

This commit is contained in:
Sam Brannen
2022-07-13 16:13:49 +02:00
47 changed files with 75 additions and 74 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;
}
}