mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

fguigues
13.51.2009 a9775eccc1dcc35bcae8fc2c1cf68f2ea1e44735
Fix class type 
1 files modified
4 ■■■■ changed files
opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java 4 ●●●● patch | view | raw | blame | history
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());