Commit 620943ed by apoorvnaik Committed by Ashutosh Mestry

ATLAS-2606: Graph shutdown fix.

parent e6625a6c
......@@ -66,7 +66,7 @@ public class AtlasGraphProvider implements IAtlasGraphProvider {
}
@Override
@Bean
@Bean(destroyMethod = "")
public AtlasGraph get() throws RepositoryException {
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