Skip to content

Commit

Permalink
Merge pull request Azure#46 from WindowsAzure/dev-bookmark
Browse files Browse the repository at this point in the history
Java SDK 0.2.1 merge
  • Loading branch information
jcookems committed Apr 9, 2012
2 parents 3cdf344 + a23ff95 commit 62db13d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Windows Azure SDK for Java

This SDK allows you to build Windows Azure applications in Java that allow
This SDK allows you to build Windows Azure applications in Java that allow
you to take advantage of Azure scalable cloud computing resources: table and blob
storage, messaging through Service Bus.

Expand Down Expand Up @@ -68,9 +68,9 @@ and uploading a file to it. For additional information on using the client libr
public class BlobSample {

public static final String storageConnectionString =
"DefaultEndpointsProtocol=http;" +
"AccountName=your_account_name;" +
"AccountKey= your_account_name";
"DefaultEndpointsProtocol=http;" +
"AccountName=your_account_name;" +
"AccountKey= your_account_name";

public static void main(String[] args)
{
Expand Down

0 comments on commit 62db13d

Please sign in to comment.