Commit 620943ed by apoorvnaik Committed by Ashutosh Mestry

ATLAS-2606: Graph shutdown fix.

parent e6625a6c
...@@ -66,7 +66,7 @@ public class AtlasGraphProvider implements IAtlasGraphProvider { ...@@ -66,7 +66,7 @@ public class AtlasGraphProvider implements IAtlasGraphProvider {
} }
@Override @Override
@Bean @Bean(destroyMethod = "")
public AtlasGraph get() throws RepositoryException { public AtlasGraph get() throws RepositoryException {
return getGraphInstance(); return getGraphInstance();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment