new BrowserStartupAction(null, null, null, null, null), null),
true);
}
private Factory newConfigureGatewayActionFactory() {
return new Factory() {
public ConfigureGatewayAction create(JsonArray gatewayConfig) {
return new ConfigureGatewayAction(null, null, null, null, gatewayConfig);
}
};
}