Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions legal/src/main/resources/legal/NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ of the Eclipse Public License 2.0 which is available at https://www.eclipse.org/
* Copyright 2019 Thiyagarajan B
* Copyright 2019 Microsoft Corporation
* Copyright 2020 pragmatic industries GmbH
* Copyright 2020 Lari Hotari

# Third-party Content

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public TableAdapterStore devicesAdapterStore() throws IOException {
@Bean
@Profile(Profiles.PROFILE_REGISTRY_ADAPTER + " & " + Profiles.PROFILE_TENANT_SERVICE)
public AdapterStore tenantAdapterStore() throws IOException {
return Stores.adapterStore(vertx(), tracer(), tenantsProperties().getManagement());
return Stores.adapterStore(vertx(), tracer(), tenantsProperties().getAdapter());
}

/**
Expand Down