From 838e873376cc4a1cc3588746f6bf8dec4c9355a9 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).
---
opends/src/guitools/org/opends/guitools/uninstaller/UninstallLauncher.java | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/uninstaller/UninstallLauncher.java b/opends/src/guitools/org/opends/guitools/uninstaller/UninstallLauncher.java
index 3d0f9e6..5285bf9 100644
--- a/opends/src/guitools/org/opends/guitools/uninstaller/UninstallLauncher.java
+++ b/opends/src/guitools/org/opends/guitools/uninstaller/UninstallLauncher.java
@@ -22,7 +22,7 @@
* CDDL HEADER END
*
*
- * Copyright 2006-2009 Sun Microsystems, Inc.
+ * Copyright 2006-2010 Sun Microsystems, Inc.
*/
package org.opends.guitools.uninstaller;
@@ -34,7 +34,6 @@
import org.opends.messages.ToolMessages;
import java.io.File;
-import java.util.logging.Logger;
import org.opends.quicksetup.CliApplication;
import org.opends.quicksetup.Launcher;
import org.opends.quicksetup.Installation;
@@ -60,9 +59,6 @@
/** Suffix for log files. */
static public final String LOG_FILE_SUFFIX = ".log";
- static private final Logger LOG =
- Logger.getLogger(UninstallLauncher.class.getName());
-
/**
* The main method which is called by the uninstall command lines.
*
--
Gitblit v1.10.0