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

Valery Kharseko
10 hours ago 7af51501d5a70e6cdff45d7c1c804f0e820d1d3a
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/MainActionsPane.java
@@ -13,6 +13,7 @@
 *
 * Copyright 2008-2009 Sun Microsystems, Inc.
 * Portions Copyright 2014-2016 ForgeRock AS.
 * Portions Copyright 2026 3A Systems, LLC.
 */
package org.opends.guitools.controlpanel.ui;
@@ -272,7 +273,7 @@
        action.setAssociatedPanel(classes.get(classIndex));
        classIndex ++;
        category.getActions().add(action);
        category.addAction(action);
      }
      categories.add(category);
    }