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

Jean-Noël Rouvignac
20.36.2016 2a3158aad80fc910b83336485b3e545dea50066c
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/BackendVLVIndexesPanel.java
@@ -12,7 +12,7 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2008 Sun Microsystems, Inc.
 * Portions Copyright 2014-2015 ForgeRock AS.
 * Portions Copyright 2014-2016 ForgeRock AS.
 */
package org.opends.guitools.controlpanel.ui;
@@ -26,10 +26,7 @@
import org.opends.messages.AdminToolMessages;
import org.forgerock.i18n.LocalizableMessage;
/**
 * Panel displaying a table containing the VLV indexes of a backend.
 *
 */
/** Panel displaying a table containing the VLV indexes of a backend. */
public class BackendVLVIndexesPanel extends AbstractBackendIndexesPanel
{
  private static final long serialVersionUID = -5864660402543106492L;
@@ -40,19 +37,19 @@
    super();
  }
  /** {@inheritDoc} */
  @Override
  public LocalizableMessage getTitle()
  {
    return AdminToolMessages.INFO_CTRL_PANEL_BACKEND_VLV_INDEXES_TITLE.get();
  }
  /** {@inheritDoc} */
  @Override
  protected AbstractIndexTableModel getIndexTableModel()
  {
    return new VLVIndexTableModel();
  }
  /** {@inheritDoc} */
  @Override
  protected void updateTableModel(BackendDescriptor backend)
  {
    tableModel.setData(