Fixed the description of getMax in PropertyAdapter (#412)
Co-authored-by: Sergey.Khramkov <Sergey.Khramkov@nexign-systems.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user