Repository: jclouds-site Updated Branches: refs/heads/update-concepts [created] 940039cf5
Removing duplicate text about closing the context Follow-on from 56a75bbb1 Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/d5214768 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/d5214768 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/d5214768 Branch: refs/heads/update-concepts Commit: d5214768bf9e4fe9fb52ca618c2860a124321f58 Parents: 56a75bb Author: Andrew Phillips <andr...@apache.org> Authored: Thu May 7 21:28:05 2015 -0400 Committer: Andrew Phillips <andr...@apache.org> Committed: Thu May 7 21:28:05 2015 -0400 ---------------------------------------------------------------------- start/concepts.md | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/d5214768/start/concepts.md ---------------------------------------------------------------------- diff --git a/start/concepts.md b/start/concepts.md index aaf0a16..adada7f 100644 --- a/start/concepts.md +++ b/start/concepts.md @@ -84,5 +84,3 @@ Creating a context is an expensive operation, so in general it is a good idea to It is important to [close a context](http://jclouds-javadocs.elasticbeanstalk.com/org/jclouds/Context.html) when you no longer need it, to free its associated resources. You can also get a view back from the ContextBuilder and _later_ unwrap it to access the underlying API or provider. - -The context also provides access to some low level resources, such as the dependency injection framework or the executors used to perform concurrent operations, so it is important to close it once you are done, to free all its associated resources.