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

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