ofuks commented on a change in pull request #866: URL: https://github.com/apache/incubator-dlab/pull/866#discussion_r474745999
########## File path: services/self-service/src/main/java/com/epam/dlab/backendapi/resources/BucketResource.java ########## @@ -52,8 +52,10 @@ @Path("/bucket") @Slf4j public class BucketResource { - private static final String AUDIT_UPLOAD_FOLDER_MESSAGE = "Folder: %s"; - private static final String AUDIT_MESSAGE = "File: %s"; + private static final String AUDIT_UPLOAD_FOLDER_MESSAGE = "Upload Folder: %s"; Review comment: Also, please change the variable name from **AUDIT_UPLOAD_FOLDER_MESSAGE** to **AUDIT_FOLDER_UPLOAD_MESSAGE** because you have **AUDIT_FILE_UPLOAD_MESSAGE**, **AUDIT_FILE_DOWNLOAD_MESSAGE**, etc ########## File path: services/self-service/src/main/java/com/epam/dlab/backendapi/resources/BucketResource.java ########## @@ -52,8 +52,10 @@ @Path("/bucket") @Slf4j public class BucketResource { - private static final String AUDIT_UPLOAD_FOLDER_MESSAGE = "Folder: %s"; - private static final String AUDIT_MESSAGE = "File: %s"; + private static final String AUDIT_UPLOAD_FOLDER_MESSAGE = "Upload Folder: %s"; Review comment: The word **Folder** starts with the capital letter **F**. Make it lowercase. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@dlab.apache.org For additional commands, e-mail: dev-h...@dlab.apache.org