Skip to content

Commit

Permalink
adress code smealls
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergiu committed Oct 13, 2023
1 parent f7793ce commit 7d05f80
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ private void loadServices(ApplicationStartedEvent event) {

/**
* Method for initialization of service provider using the service configurations
* @param ctx
* @throws TranslationServiceConfigurationException
* @throws LangDetectionServiceConfigurationException
* @param ctx the application context holding the initialized beans
* @throws TranslationServiceConfigurationException if translations services cannot be correctly instantiated
* @throws LangDetectionServiceConfigurationException if language detection services cannot be correctly instantiated
*/
public void initTranslationServices(ApplicationContext ctx)
throws TranslationServiceConfigurationException, LangDetectionServiceConfigurationException {
Expand Down

0 comments on commit 7d05f80

Please sign in to comment.