jsedding commented on code in PR #2438: URL: https://github.com/apache/jackrabbit-oak/pull/2438#discussion_r2261833166
########## oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzureJournalFile.java: ########## @@ -245,7 +250,7 @@ private void createNextFile(int suffix) throws IOException { } private int parseCurrentSuffix() { - String name = AzureUtilities.getName(currentBlob); + String name = currentBlob.getBlobName(); Review Comment: Granted, this is simpler. My feeling was just that using a regexp is overkill here, and doesn't help the clarity of the code. -- 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