From 15770641687e0e8f48392efbf3555944d31d7fec Mon Sep 17 00:00:00 2001
From: dhaura <dhaurapathirana@gmail.com>
Date: Fri, 22 Nov 2024 13:31:24 +0530
Subject: [PATCH] Improve OrgResourceResolverService comments.

---
 .../traverse/service/OrgResourceResolverService.java          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/org.wso2.carbon.identity.organization.resource.hierarchy.traverse.service/src/main/java/org/wso2/carbon/identity/organization/resource/hierarchy/traverse/service/OrgResourceResolverService.java b/components/org.wso2.carbon.identity.organization.resource.hierarchy.traverse.service/src/main/java/org/wso2/carbon/identity/organization/resource/hierarchy/traverse/service/OrgResourceResolverService.java
index cb6646d5f..873276d05 100644
--- a/components/org.wso2.carbon.identity.organization.resource.hierarchy.traverse.service/src/main/java/org/wso2/carbon/identity/organization/resource/hierarchy/traverse/service/OrgResourceResolverService.java
+++ b/components/org.wso2.carbon.identity.organization.resource.hierarchy.traverse.service/src/main/java/org/wso2/carbon/identity/organization/resource/hierarchy/traverse/service/OrgResourceResolverService.java
@@ -57,8 +57,8 @@ <T> T getResourcesFromOrgHierarchy(String organizationId,
     /**
      * Retrieves resources by traversing the hierarchy of a given organization and application.
      *
-     * @param organizationId      The unique identifier of the organization. Must not be null.
-     * @param applicationId       The unique identifier of the application within the organization. Must not be null.
+     * @param organizationId      The unique identifier of the organization.
+     * @param applicationId       The unique identifier of the application within the organization.
      * @param resourceRetriever   A bi-function that defines how to fetch a resource based on the
      *                            organization and application IDs. The function must return an
      *                            {@link Optional<T>} containing the resource if found,