Skip to content

Commit

Permalink
Merge pull request #2434 from planetf1/backport-pr2432
Browse files Browse the repository at this point in the history
RELEASE 1.3 - backport Asset Catalog fix
  • Loading branch information
mandy-chessell authored Jan 16, 2020
2 parents 3380d7c + ce3f606 commit 5e7b152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AssetCatalogServicesInstance extends OCFOMASServiceInstance {
List<String> supportedZones, OMRSAuditLog auditLog,
String localServerUserId, List<String> supportedTypesForSearch) throws org.odpi.openmetadata.commonservices.multitenant.ffdc.exceptions.NewInstanceException {

super(description.getAccessServiceName() + " OMAS ", repositoryConnector, auditLog, localServerUserId, repositoryConnector.getMaxPageSize());
super(description.getAccessServiceName() + " OMAS", repositoryConnector, auditLog, localServerUserId, repositoryConnector.getMaxPageSize());
super.supportedZones = supportedZones;

if (repositoryHandler != null) {
Expand Down

0 comments on commit 5e7b152

Please sign in to comment.