anchela commented on code in PR #901:
URL: https://github.com/apache/jackrabbit-oak/pull/901#discussion_r1169979724


##########
oak-security-spi/src/main/java/org/apache/jackrabbit/oak/spi/security/authentication/AuthInfoImpl.java:
##########
@@ -64,7 +64,7 @@ public static AuthInfo createFromSubject(@NotNull Subject 
subject) {
 
     @Override
     public String toString() {
-        return Objects.toStringHelper(this)
+        return MoreObjects.toStringHelper(this)

Review Comment:
   why is it MoreObjects and not Objects?



-- 
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]

Reply via email to