Update app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/ce/ApplicationFetcherCEImpl.java

Organization to Workspace in comments

Co-authored-by: Trisha Anand <trisha@appsmith.com>
This commit is contained in:
sidhantgoel 2022-05-11 21:37:04 +05:30 committed by GitHub
parent 30aa1a9a6a
commit 9848cb5294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ public class ApplicationFetcherCEImpl implements ApplicationFetcherCE {
/**
* For the current user, it first fetches all the workspaces that its part of. For each workspace, in turn all
* the applications are fetched. These applications are then returned grouped by Organizations in a special DTO and returned
* the applications are fetched. These applications are then returned grouped by Workspaces in a special DTO and returned
*
* @return List of UserHomepageDTO
*/