DaanHoogland commented on code in PR #13373:
URL: https://github.com/apache/cloudstack/pull/13373#discussion_r3440800914


##########
plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixCheckOnHostCommandWrapper.java:
##########
@@ -31,6 +31,6 @@ public final class CitrixCheckOnHostCommandWrapper extends 
CommandWrapper<CheckO
 
     @Override
     public Answer execute(final CheckOnHostCommand command, final 
CitrixResourceBase citrixResourceBase) {
-        return new CheckOnHostAnswer(command, "Not Implmeneted");
+        return new CheckOnHostAnswer(command, "Not Implemented");

Review Comment:
   is the `<null>` needed as second parameter here as well?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to