| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2007-2008 Sun Microsystems, Inc. |
| | | * Copyright 2007-2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package org.opends.quicksetup.upgrader; |
| | |
| | | } |
| | | |
| | | if (currentVersion != null && newVersion != null) { |
| | | UserInteraction ui = userInteraction() ; |
| | | if (ui == null) |
| | | { |
| | | ui = new CliUserInteraction(); |
| | | } |
| | | ReversionIssueNotifier uo = new ReversionIssueNotifier( |
| | | userInteraction(), currentVersion, newVersion); |
| | | ui,currentVersion,newVersion); |
| | | uo.notifyUser(); |
| | | if (uo.noServerStartFollowingOperation()) { |
| | | // Some issue dictates that we don't try and restart the server |