mirror of https://github.com/apache/cloudstack.git
adding some code comments
This commit is contained in:
parent
b9cd3e2522
commit
fbe2d288d7
|
|
@ -2515,9 +2515,9 @@ public class ConsoleProxyManagerImpl implements ConsoleProxyManager, VirtualMach
|
|||
}
|
||||
}
|
||||
}else{
|
||||
return false;//no cert
|
||||
return false;//no cert entry in the db record
|
||||
}
|
||||
return false;
|
||||
return false;//cert already applied in previous cycles
|
||||
}
|
||||
|
||||
private Long saveScheduledEvent(Long userId, Long accountId, String type, String description)
|
||||
|
|
|
|||
Loading…
Reference in New Issue