rhtyd commented on a change in pull request #2417: Fix errors that appeared 
after #2283
URL: https://github.com/apache/cloudstack/pull/2417#discussion_r162868253
 
 

 ##########
 File path: 
plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/OvmObject.java
 ##########
 @@ -172,7 +172,7 @@ public Boolean getSuccess() {
                     if (nodeListFor2.getLength() > 1) {
                         /* Do we need to figure out all the sub elements here 
and put them in a map? */
                     } else {
-                        String element = 
nodeListFor.item(index).getTextContent();
+                        String element = 
nodeListFor.item(index).getNodeValue();
 
 Review comment:
   It looks like other changes are included in this PR that is around move 
refactoring of package/module from `api.api` to `api`. Can you advise if this 
was done as part of a dependency change or otherwise?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to