Redundant namespace qualifiers were removed.

This commit is contained in:
aedampir@gmail.com
2016-03-23 12:59:29 +07:00
parent 165e27c418
commit 11d5ac510d
6 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ namespace Octokit.Reactive
IObservableReleasesClient Release { get; }
IObservableSshKeysClient SshKey { get; }
IObservableUsersClient User { get; }
[System.Obsolete("Notifications are now available under the Activities client. This will be removed in a future update.")]
[Obsolete("Notifications are now available under the Activities client. This will be removed in a future update.")]
IObservableNotificationsClient Notification { get; }
IObservableGitDatabaseClient Git { get; }
[Obsolete("Use Git instead")]