adutra commented on code in PR #539:
URL: https://github.com/apache/polaris/pull/539#discussion_r1880794616
##########
api/iceberg-service/src/main/java/org/apache/polaris/service/types/NotificationRequest.java:
##########
@@ -73,12 +69,14 @@ public int hashCode() {
@Override
public String toString() {
- return """
- class NotificationRequest {
- notificationType: %s
- payload: %s
- }"""
- .formatted(toIndentedString(notificationType),
toIndentedString(payload));
+ return "class NotificationRequest {\n"
Review Comment:
Using Java 11 compatibility in these modules to maximize reusability.
--
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]