Skip to content

Commit

Permalink
docs: fixed parameter name in javadoc in OrganizationController
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheaGjerde committed Apr 23, 2026
1 parent c8f7beb commit a09f2d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public OrganizationController(AppState appState, OrganizationService service) {

/**
* Sets the current selected organization.
* @param organization the organization to set as current
* @param org the organization to set as current
*/
public void setCurrentOrganization(Organization org) {
appState.setCurrentOrganization(org);
Expand Down

0 comments on commit a09f2d2

Please sign in to comment.