reschke commented on code in PR #901:
URL: https://github.com/apache/jackrabbit-oak/pull/901#discussion_r1169983728
##########
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:
:-) Once again, the Guava developers moved that method. Believe me.
--
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]