Douglas Schilling Landgraf has uploaded a new change for review. Change subject: backend: confirmDeleteDomain replace println ......................................................................
backend: confirmDeleteDomain replace println User answers should be in the same of question. Change-Id: I86ee47a9cbca84776be783687f5a2182dda4b959 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M backend/manager/tools/src/main/java/org/ovirt/engine/core/domains/ManageDomains.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/99/19399/1 diff --git a/backend/manager/tools/src/main/java/org/ovirt/engine/core/domains/ManageDomains.java b/backend/manager/tools/src/main/java/org/ovirt/engine/core/domains/ManageDomains.java index 9b376e5..659fb21 100644 --- a/backend/manager/tools/src/main/java/org/ovirt/engine/core/domains/ManageDomains.java +++ b/backend/manager/tools/src/main/java/org/ovirt/engine/core/domains/ManageDomains.java @@ -1026,7 +1026,7 @@ while (StringUtils.isBlank(response) || (!StringUtils.equalsIgnoreCase(response, "yes") && !StringUtils.equalsIgnoreCase(response, "no"))) { - System.out.println("Are you sure you like to delete domain "+domainName +" (yes/no) : "); + System.out.print("Are you sure you like to delete domain " + domainName + " (yes/no): "); response = System.console().readLine(); } return response.equals("yes"); -- To view, visit http://gerrit.ovirt.org/19399 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I86ee47a9cbca84776be783687f5a2182dda4b959 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
