You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ev...@apache.org on 2015/04/03 17:59:42 UTC

jclouds-site git commit: Update compute.md

Repository: jclouds-site
Updated Branches:
  refs/heads/master 6eb82d4a0 -> c524b0af6


Update compute.md

It's called 'client' and not 'computeService' throughout the rest of the examples, so this is slightly confusing


Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/c524b0af
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/c524b0af
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/c524b0af

Branch: refs/heads/master
Commit: c524b0af64b504fe1846b178900695cb1d4eb703
Parents: 6eb82d4
Author: Yaron Rosenbaum <ya...@users.noreply.github.com>
Authored: Wed Oct 1 17:49:41 2014 +0300
Committer: Everett Toews <ev...@rackspace.com>
Committed: Fri Apr 3 10:59:37 2015 -0500

----------------------------------------------------------------------
 start/compute.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/c524b0af/start/compute.md
----------------------------------------------------------------------
diff --git a/start/compute.md b/start/compute.md
index 6429aac..89eb3fb 100644
--- a/start/compute.md
+++ b/start/compute.md
@@ -95,7 +95,7 @@ ComputeServiceContext context = ContextBuilder.newBuilder("trmk-ecloud")
                                                         new SshjSshClientModule()))
                       .buildView(ComputeServiceContext.class);
 
-ComputeService computeService = context.getComputeService();
+ComputeService client = context.getComputeService();
 
 {% endhighlight %}