Javadoc fixes.

This commit is contained in:
Michael Lipp 2025-01-30 22:04:41 +01:00
parent 99c96e44c3
commit 29dd6aab82
3 changed files with 3 additions and 5 deletions

View file

@ -111,12 +111,12 @@ public class VmDefUpdater extends Component {
/**
* Update condition.
*
* @param apiClient the api client
* @param from the vM definition
* @param from the VM definition
* @param status the current status
* @param type the condition type
* @param state the new state
* @param reason the reason for the change
* @param message the message
*/
protected void updateCondition(VmDefinitionModel from, JsonObject status,
String type, boolean state, String reason, String message) {