Skip to content

Commit

Permalink
remove unused private methods
Browse files Browse the repository at this point in the history
  • Loading branch information
lashinijay committed Jan 24, 2025
1 parent 40050d4 commit 057e853
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,22 +99,4 @@ private static AuthorizedAPIManagementService getAuthorizedAPIManagementService(
}
return service;
}

private static ServerApplicationManagementService getServerApplicationManagementService() {

try {
return ServerApplicationManagementServiceFactory.getServerApplicationManagementService();
} catch (IllegalStateException e) {
throw new RuntimeException("Error occurred while initiating ServerApplicationManagementService.", e);
}
}

private static ServerUserStoreService getServerUserStoreService() {

try {
return ServerUserStoreServiceFactory.getServerUserStoreService();
} catch (IllegalStateException e) {
throw new RuntimeException("Error occurred while initiating ServerUserStoreService.", e);
}
}
}

0 comments on commit 057e853

Please sign in to comment.