opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Copyright 2006-2008 Sun Microsystems, Inc. * Copyright 2006-2009 Sun Microsystems, Inc. */ package org.opends.quicksetup.installer.webstart; @@ -269,7 +269,7 @@ } catch (ApplicationException ex) { if (ReturnCode.CANCELLED.equals(ex.getType())) { if (ReturnCode.CANCELED.equals(ex.getType())) { uninstall(downloadedBits); setCurrentProgressStep(InstallProgressStep.FINISHED_CANCELED);