HHH-16542 - Correct typo in javadoc

This commit is contained in:
Zhihong Yu 2023-05-13 00:31:36 -07:00 committed by Christian Beikov
parent 7f361157e4
commit 8e21d0eb54
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ public final class ReflectHelper {
} }
/** /**
* Find the method that can be used as the setter for this property. * Find the method that can be used as the getter for this property.
* *
* @param containerClass The Class which contains the property * @param containerClass The Class which contains the property
* @param propertyName The name of the property * @param propertyName The name of the property