ierandra commented on code in PR #1861:
URL: https://github.com/apache/jackrabbit-oak/pull/1861#discussion_r1865775084


##########
oak-blob-cloud-azure/src/main/java/org/apache/jackrabbit/oak/blob/cloud/azure/blobstorage/AzureBlobStoreBackend.java:
##########
@@ -807,22 +677,26 @@ private static String stripMetaKeyPrefix(String name) {
         return name;
     }
 
-    private static void addLastModified(CloudBlockBlob blob) {
-        blob.getMetadata().put(LAST_MODIFIED_KEY, 
String.valueOf(System.currentTimeMillis()));
+    private static void addLastModified(BlockBlobClient blockBlobClient) {

Review Comment:
   the method name is not what actually does



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

Reply via email to