Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
w9jds committed Dec 31, 2013
1 parent 74c8c17 commit 8dd49ca
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 45 deletions.
179 changes: 135 additions & 44 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public StorageService(Context context)
mContext = context;
try
{
mClient = new MobileServiceClient("https://glassshare.azure-mobile.net/", "hGZSWGJntAFbXLmYRitDivIhrClsgA21", mContext);

mTableContainers = mClient.getTable("blobcontainers");
mTableBlobs = mClient.getTable("blobs");
}
Expand Down

0 comments on commit 8dd49ca

Please sign in to comment.