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

jvergara
08.19.2008 090588e97108a7345b2d79547467d53d625a42c9
Make the generic menu bar class public so that potential extensions of the control panel can use it.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericMenuBar.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericMenuBar.java
@@ -49,7 +49,7 @@
 *
 */
abstract class GenericMenuBar extends JMenuBar
public abstract class GenericMenuBar extends JMenuBar
{
  private ControlPanelInfo info;