Skip to content
Snippets Groups Projects
Commit 18612105 authored by Neelesh Thakur's avatar Neelesh Thakur
Browse files

fix service initialization

parent 0c590daf
No related branches found
No related tags found
2 merge requests!346Merge branch 'aws-integration' into 'master',!282disable default index creation
......@@ -22,9 +22,11 @@ import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.common.unit.TimeValue;
import org.opengroup.osdu.indexer.util.ElasticClientHandler;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.io.IOException;
@Service
public class ClusterConfigurationServiceImpl implements IClusterConfigurationService {
@Autowired
......
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