From a9775eccc1dcc35bcae8fc2c1cf68f2ea1e44735 Mon Sep 17 00:00:00 2001
From: fguigues <fguigues@localhost>
Date: Tue, 13 Jan 2009 14:51:24 +0000
Subject: [PATCH] Fix class type
---
opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java b/opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java
index ffba128..21bc82a 100644
--- a/opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java
+++ b/opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java
@@ -22,7 +22,7 @@
* CDDL HEADER END
*
*
- * Copyright 2006-2008 Sun Microsystems, Inc.
+ * Copyright 2006-2009 Sun Microsystems, Inc.
*/
package org.opends.guitools.uninstaller;
@@ -87,7 +87,7 @@
* and launches it.
*
*/
-class UninstallCliHelper extends ConsoleApplication {
+public class UninstallCliHelper extends ConsoleApplication {
static private final Logger LOG =
Logger.getLogger(UninstallCliHelper.class.getName());
--
Gitblit v1.10.0