Fixed the description of getMax in PropertyAdapter (#412)

Co-authored-by: Sergey.Khramkov <Sergey.Khramkov@nexign-systems.com>
This commit is contained in:
Sergei Khramkov
2020-10-02 10:57:25 +03:00
committed by GitHub
parent 0e15676cb7
commit b70d6ca9ca

View File

@@ -327,9 +327,9 @@ public final class PropertyAdapter {
}
/**
* Retrieves the minimum value of a property
* Retrieves the maximum value of a property
*
* @return the minimum value of the property
* @return the maximum value of the property
*/
public Optional<BigDecimal> getMax() {
if (property instanceof BaseIntegerProperty) {