quantranhong1999 commented on code in PR #2960:
URL: https://github.com/apache/james-project/pull/2960#discussion_r3050356992


##########
server/blob/blob-api/src/main/java/org/apache/james/blob/api/BlobStoreDAO.java:
##########
@@ -143,14 +143,7 @@ public ByteSourceBlob asByteSource() {
 
     Publisher<InputStream> readReactive(BucketName bucketName, BlobId blobId);
 
-    /**
-     * Reads a Blob based on its BucketName and its BlobId
-     *
-     * @return a Mono containing the content of the blob or
-     *  an ObjectNotFoundException in its error channel when the blobId or the 
bucket is not found
-     *  or an IOObjectStoreException when an unexpected IO error occurs
-     */
-    Publisher<byte[]> readBytes(BucketName bucketName, BlobId blobId);
+    Publisher<BytesBlob> readBytesBlob(BucketName bucketName, BlobId blobId);

Review Comment:
   added back the Javadoc



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to