reschke commented on code in PR #2511:
URL: https://github.com/apache/jackrabbit-oak/pull/2511#discussion_r2372752192
##########
oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/observation/EventFactory.java:
##########
@@ -298,6 +334,17 @@ public boolean isExternal() {
//--------------------------------------------------------< Object >--
+ /** A custom version of getInfo(), which is only used
+ * for the toString() implementation; the goal is to limit the amount
+ * of data, which is returned, no binary data should be logged
+ * This is not included in hash calculation and equality checks.
+ *
+ * @return
Review Comment:
...returns what?
--
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]