Skip to content

Commit

Permalink
Update UtilizationModelDynamic.getMaxResourceUtilization() docs
Browse files Browse the repository at this point in the history
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
  • Loading branch information
manoelcampos committed Jun 10, 2022
1 parent 6333a1d commit cef1d03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,10 @@ private void setCurrentUtilization(final double currentUtilization) {
/**
* Gets the maximum amount of resource that will be used.
*
* <p>Such a value can be a percentage in scale from [0 to 1] or an absolute value,
* <p><b>WARNING:</b> Such a value can be a percentage in scale from [0 to 1] or an absolute value,
* depending on the {@link #getUnit()}.</p>
*
* @return the maximum resource utilization
* @return the maximum resource utilization (in percentage or absolut value)
*/
public double getMaxResourceUtilization() {
return maxResourceUtilization;
Expand Down

0 comments on commit cef1d03

Please sign in to comment.