Skip to content

Commit

Permalink
Merge pull request #9 from dungimon/master
Browse files Browse the repository at this point in the history
Changed the Build method accessor to public. Closes #8.
  • Loading branch information
stevewgh authored Feb 8, 2018
2 parents 99eb830 + 2705865 commit 0888ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Topshelf.Leader/LeaderConfigurationBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ internal LeaderConfigurationBuilder<T> WhenStopping(CancellationTokenSource serv
return this;
}

internal LeaderConfiguration<T> Build()
public LeaderConfiguration<T> Build()
{
if (whenStarted == null)
{
Expand All @@ -96,4 +96,4 @@ internal LeaderConfiguration<T> Build()
}

}
}
}

0 comments on commit 0888ba2

Please sign in to comment.