| | |
| | | * information: "Portions Copyright [year] [name of copyright owner]". |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2016 ForgeRock AS. |
| | | */ |
| | | |
| | | package org.opends.guitools.controlpanel.ui.nodes; |
| | | |
| | | import org.opends.guitools.controlpanel.datamodel.IndexDescriptor; |
| | | |
| | | /** |
| | | * A node representing a 'normal' index. It is used in the 'Manage Index' tree. |
| | | * |
| | | */ |
| | | /** A node representing a 'normal' index. It is used in the 'Manage Index' tree. */ |
| | | public class IndexTreeNode extends AbstractIndexTreeNode |
| | | { |
| | | private static final long serialVersionUID = -3527916032758373700L; |