You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "anchela (via GitHub)" <gi...@apache.org> on 2023/04/18 12:45:37 UTC

[GitHub] [jackrabbit-oak] anchela commented on a diff in pull request #901: OAK-10194: switch oak-security-spi to shaded guava

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: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org