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

jvergara
08.19.2008 f80d324898947cddc0e5ceaf8dc3f35e25a10bef
Make the generic menu bar class public so that potential extensions of the control panel can use it.
1 files modified
2 ■■■ changed files
opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericMenuBar.java 2 ●●● patch | view | raw | blame | history
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;