mbaedke commented on code in PR #2378: URL: https://github.com/apache/jackrabbit-oak/pull/2378#discussion_r2200092892
########## oak-store-spi/src/main/java/org/apache/jackrabbit/oak/plugins/memory/AbstractBlob.java: ########## @@ -152,7 +122,7 @@ public String getContentIdentity() { /** * To {@code Blob} instances are considered equal iff they have the - * same SHA-256 hash code are equal. + * same SHA-256 hash code or are equal. Review Comment: s/or are equal/or are identical/ would make clearer that we refer to ==, not equal() here. -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org