We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In co.oslc.refimpl.rm.gen.servlet.ServiceProviderCatalogSingleton, I want to change/override
co.oslc.refimpl.rm.gen.servlet.ServiceProviderCatalogSingleton
serviceProviderCatalog.setTitle("Service Provider Catalog");
so that it can say
serviceProviderCatalog.setTitle("RM Service Provider Catalog");
LyoD does not provide a clear way to do that.
The text was updated successfully, but these errors were encountered:
And why did it have to be initialised in a static ctor?
Sorry, something went wrong.
jadelkhoury
No branches or pull requests
In
co.oslc.refimpl.rm.gen.servlet.ServiceProviderCatalogSingleton
, I want to change/overrideserviceProviderCatalog.setTitle("Service Provider Catalog");
so that it can say
serviceProviderCatalog.setTitle("RM Service Provider Catalog");
LyoD does not provide a clear way to do that.
The text was updated successfully, but these errors were encountered: