Skip to content

Commit

Permalink
Add final
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshul Singh committed Oct 9, 2024
1 parent 286c1cc commit 507a606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public DataSourceApi recommend(final ThirdEyePrincipal principal) {
final String namespace = authorizationManager.currentNamespace(principal);

// verify that user has read access to data sources in given namespace
DataSourceDTO sampleDataset = new DataSourceDTO();
final DataSourceDTO sampleDataset = new DataSourceDTO();
sampleDataset.setAuth(new AuthorizationConfigurationDTO().setNamespace(namespace));
authorizationManager.ensureCanRead(principal, sampleDataset);

Expand Down

0 comments on commit 507a606

Please sign in to comment.