mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Changed return value for getComponent().
This commit is contained in:
parent
497671e2e6
commit
eb5bc75f5d
@ -176,7 +176,7 @@ public class XMLMenuBuilder extends XMLWidgetBuilder {
|
||||
/**
|
||||
* @return the menubar built by this builder
|
||||
*/
|
||||
public JMenuBar getComponent() {
|
||||
public MenuBarCtrl getComponent() {
|
||||
return component;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user