Javadoc fixes.
This commit is contained in:
parent
99c96e44c3
commit
29dd6aab82
3 changed files with 3 additions and 5 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue