From 99d6402a5f64b3a07024f190df67c3de3aa443a4 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 19 Jan 2010 17:09:10 +0000
Subject: [PATCH] Fix a bunch of warnings mentioned by the IDE (most of them related to the non-use of generics).
---
opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/ui/ConfirmUninstallPanel.java | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/ui/ConfirmUninstallPanel.java b/opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/ui/ConfirmUninstallPanel.java
index 4fcbc49..2506e5a 100644
--- a/opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/ui/ConfirmUninstallPanel.java
+++ b/opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/ui/ConfirmUninstallPanel.java
@@ -22,7 +22,7 @@
* CDDL HEADER END
*
*
- * Copyright 2006-2008 Sun Microsystems, Inc.
+ * Copyright 2006-2010 Sun Microsystems, Inc.
*/
package org.opends.guitools.uninstaller.ui;
@@ -62,7 +62,6 @@
private static final long serialVersionUID = 81730510134697056L;
- private CurrentInstallStatus installStatus;
private Set<String> outsideDbs;
private Set<String> outsideLogs;
@@ -79,7 +78,6 @@
CurrentInstallStatus installStatus)
{
super(application);
- this.installStatus = installStatus;
}
/**
--
Gitblit v1.10.0