Skip to content

Commit

Permalink
adjusted the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-Mamoru committed Feb 12, 2023
1 parent 0ad8920 commit 4e8dc26
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ public MainApplicationDO(String organizationId, String mainApplicationId) {
}

/**
* Get the organization id.
* @return String: organizationId.
* Get the Organization Id.
* @return {@link String} : OrganizationId.
*/
public String getOrganizationId() {

return organizationId;
}

/**
* Get the main application id.
* @return String: mainApplicationId
* Get the Main Application Id.
* @return {@link String} : MainApplicationId.
*/
public String getMainApplicationId() {

Expand Down

0 comments on commit 4e8dc26

Please sign in to comment.