mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
make _connection readonly
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Octokit.Reactive
|
||||
{
|
||||
public class ObservableEventsClient : IObservableEventsClient
|
||||
{
|
||||
IConnection _connection;
|
||||
readonly IConnection _connection;
|
||||
|
||||
public ObservableEventsClient(IGitHubClient client)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user