From 4a984b68ae2f7a662c3fc4608cc8cde9c9a82637 Mon Sep 17 00:00:00 2001 From: sidhantgoel Date: Wed, 11 May 2022 22:13:54 +0530 Subject: [PATCH] Update app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/AssetServiceCEImpl.java grammar correction Co-authored-by: Trisha Anand --- .../com/appsmith/server/services/ce/AssetServiceCEImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/AssetServiceCEImpl.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/AssetServiceCEImpl.java index df1eeae297..8330e05b39 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/AssetServiceCEImpl.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/AssetServiceCEImpl.java @@ -84,7 +84,7 @@ public class AssetServiceCEImpl implements AssetServiceCE { /** * This function hard-deletes (read: not archive) the asset given by the ID. It is intended to be used to delete an - * old asset when a user uploads a new one. For example, when a new profile photo or an workspace logo is, + * old asset when a user uploads a new one. For example, when a new profile photo or a workspace logo is, * uploaded, this method is used to completely delete the old one, if any. * @param assetId The ID string of the asset to delete. * @return empty Mono