Skip to content

Commit

Permalink
Adding final changes
Browse files Browse the repository at this point in the history
-Removing packages.config from gitignore
-making MainAsync() private
  • Loading branch information
heyyjudes committed Jul 18, 2017
1 parent c147c12 commit ce8df45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -59,4 +59,3 @@ ehthumbs.db

# Folder config file
Desktop.ini
samples/ChangeFeedMigrationTool/packages.config
2 changes: 1 addition & 1 deletion samples/ChangeFeedMigrationTool/Program.cs
Expand Up @@ -66,7 +66,7 @@ public static void Main(string[] args)
/// Change Feed Host (RunChangeFeedHostAsync)
/// </summary>
/// <returns>A Task to allow asynchronous execution</returns>
public async Task MainAsync()
private async Task MainAsync()
{
await this.CreateCollectionIfNotExistsAsync(
this.monitoredUri,
Expand Down

0 comments on commit ce8df45

Please sign in to comment.