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

Jean-Noël Rouvignac
25.17.2016 01bf9b6a5d324d45355659581e9ebbd1280834fe
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/RebuildIndexTask.java
@@ -12,7 +12,7 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2008-2009 Sun Microsystems, Inc.
 * Portions Copyright 2012-2015 ForgeRock AS.
 * Portions Copyright 2012-2016 ForgeRock AS.
 */
package org.opends.guitools.controlpanel.task;
@@ -44,7 +44,7 @@
 */
public class RebuildIndexTask extends IndexTask
{
  private SortedSet<AbstractIndexDescriptor> indexes = new TreeSet<>();
  private final SortedSet<AbstractIndexDescriptor> indexes = new TreeSet<>();
  /**
   * The indexes that must not be specified in the command-line.
@@ -187,7 +187,7 @@
   * @return the command line arguments required to rebuild the indexes in the
   *         specified base DN.
   */
  protected List<String> getCommandLineArguments(String baseDN)
  private List<String> getCommandLineArguments(String baseDN)
  {
    List<String> args = new ArrayList<>();