Allon Mureinik has uploaded a new change for review. Change subject: core: Remove commented out code from OvfVmWriter ......................................................................
core: Remove commented out code from OvfVmWriter Change-Id: I945bfabacebc6bf52d537e323e6c09b11c13c80b Signed-off-by: Allon Mureinik <amure...@redhat.com> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfVmWriter.java 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/04/21604/1 diff --git a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfVmWriter.java b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfVmWriter.java index 7a7325f..29d068d 100644 --- a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfVmWriter.java +++ b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfVmWriter.java @@ -105,10 +105,10 @@ Match match = Regex.Match(app, "(.*) ([0-9.]+)", RegexOptions.Singleline | RegexOptions.IgnoreCase); if (match.Groups().size() > 1) { - product = match.Groups().get(1).getValue(); // match.Groups[1].getValue(); + product = match.Groups().get(1).getValue(); } if (match.Groups().size() > 2) { - version = match.Groups().get(2).getValue(); // match.Groups[2].getValue(); + version = match.Groups().get(2).getValue(); } _writer.WriteStartElement("ProductSection"); -- To view, visit http://gerrit.ovirt.org/21604 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I945bfabacebc6bf52d537e323e6c09b11c13c80b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amure...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches