Skip to content
Snippets Groups Projects
Commit 3896fa99 authored by buczekp's avatar buczekp
Browse files

[LMS-2301] minor: renamed method

SVN: 21929
parent 06db1521
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ public class ServiceProvider
return ((IEncapsulatedOpenBISService) getApplicationContext().getBean("openBIS-service"));
}
public static ISearchService getSearchServiceProvider()
public static ISearchService getSearchService()
{
return ((ISearchService) getApplicationContext().getBean("search-service"));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment