UserAlert toRegister = null;
synchronized(this) {
readyToDeploy = true;
if(alert != null) return;
toRegister = alert = new AbstractUserAlert(true, l10n("pluginUpdatedTitle", "name", pluginName), l10n("pluginUpdatedText", "name", pluginName), l10n("pluginUpdatedShortText", "name", pluginName), null, UserAlert.ERROR, true, NodeL10n.getBase().getString("UserAlert.hide"), true, this) {
@Override
public void onDismiss() {
synchronized(PluginJarUpdater.this) {
alert = null;