JoaoJandre commented on code in PR #9132: URL: https://github.com/apache/cloudstack/pull/9132#discussion_r2138045868
########## api/src/main/java/org/apache/cloudstack/api/command/admin/internallb/StartInternalLBVMCmd.java: ########## @@ -103,7 +103,7 @@ public Long getApiResourceId() { @Override public void execute() throws ConcurrentOperationException, ResourceUnavailableException, InsufficientCapacityException { - CallContext.current().setEventDetails("Internal Lb Vm Id: " + getId()); + CallContext.current().setEventDetails("Internal Lb VM Id: " + getId()); Review Comment: @DaanHoogland @jbampton most instances of `ID` were left as `Id` actually. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org