From eb90e65de9f332ecfd306bb5acd6ae327c07c3d0 Mon Sep 17 00:00:00 2001
From: ctissot <ctissot@localhost>
Date: Mon, 10 Mar 2008 09:05:44 +0000
Subject: [PATCH] Replaced references from old machine (builds.opends.org) with new machine name.

---
 opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/BuildListDownloadErrorPanel.java |   25 -------------------------
 1 files changed, 0 insertions(+), 25 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/BuildListDownloadErrorPanel.java b/opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/BuildListDownloadErrorPanel.java
index 24a3c5a..0d5f7dd 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/BuildListDownloadErrorPanel.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/BuildListDownloadErrorPanel.java
@@ -174,29 +174,4 @@
       }
     }
   }
-
-//  public static void main(String[] args) {
-//    String[] options = {"Retry", "Close"};
-//    try {
-//      JOptionPane op = new JOptionPane(
-//      //JOptionPane.showOptionDialog(null,
-//              new BuildListDownloadErrorPanel(
-//                      new RemoteBuildManager(null,
-//                              new URL("http://builds.opends.org")),
-//                      new IllegalArgumentException("abc")),
-//              JOptionPane.ERROR_MESSAGE,
-//              JOptionPane.YES_NO_OPTION,
-//              null,
-//              options,
-//              null);
-//      op.setBackground(Color.WHITE);
-//      //op.getRootPane().setBackground(Color.WHITE);
-//      JDialog dlg = op.createDialog(null, "Network Error");
-//      dlg.getContentPane().setBackground(Color.WHITE);
-//      dlg.setVisible(true);
-//    } catch (MalformedURLException e) {
-//      e.printStackTrace();
-//    }
-//  }
-
 }

--
Gitblit v1.10.0