Skip to content

Commit

Permalink
fix: removing unused/unnecessary method, change return type of other
Browse files Browse the repository at this point in the history
  • Loading branch information
tamassoltesz committed Aug 5, 2024
1 parent 15e6f9d commit 090927d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ public boolean doesClientIdExistForThisApp(AppIdentifier appIdentifier, String c
public void addClientForApp(AppIdentifier appIdentifier, String clientId) throws StorageQueryException,
OAuth2ClientAlreadyExistsForAppException;

public boolean isClientIdAlreadyExists(String clientId) throws StorageQueryException;

public void removeAppClientAssociation(AppIdentifier appIdentifier, String clientId) throws StorageQueryException;
public boolean removeAppClientAssociation(AppIdentifier appIdentifier, String clientId) throws StorageQueryException;
}

0 comments on commit 090927d

Please sign in to comment.