XN137 commented on code in PR #2533:
URL: https://github.com/apache/polaris/pull/2533#discussion_r2336461050
##########
runtime/service/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java:
##########
@@ -700,7 +703,7 @@ private Map<String, SecretReference>
extractSecretReferences(
* @see #extractSecretReferences
*/
private boolean requiresSecretReferenceExtraction(
- @NotNull ConnectionConfigInfo connectionConfigInfo) {
+ @Nonnull ConnectionConfigInfo connectionConfigInfo) {
Review Comment:
needed to be changed as quarkus thought this might be a rest endpoint or the
like, quite sure `Nonnull` was the original intent (i.e. not validation here)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]