Skip to content

Commit

Permalink
Improve OrgResourceResolverService comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaura committed Nov 22, 2024
1 parent fc14805 commit 1577064
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1577064

Please sign in to comment.