diff options
| author | Rich Lander <rlander@microsoft.com> | 2021-07-24 20:33:58 -0700 |
|---|---|---|
| committer | Rich Lander <rlander@microsoft.com> | 2021-07-24 20:33:58 -0700 |
| commit | 9aebb86a68cacb2b1f8837e876fa422aa6ca2e4e (patch) | |
| tree | 43281bc3de20210594a672694a8ba295b159f46e /MediaBrowser.Controller/Security/IAuthenticationRepository.cs | |
| parent | 5a9bd712b34c0c01e82a9ce6c7c1e273044e6986 (diff) | |
Fix warnings in MediaBrowser.Controller/Drawing
Diffstat (limited to 'MediaBrowser.Controller/Security/IAuthenticationRepository.cs')
| -rw-r--r-- | MediaBrowser.Controller/Security/IAuthenticationRepository.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Security/IAuthenticationRepository.cs b/MediaBrowser.Controller/Security/IAuthenticationRepository.cs index 1dd69ccd8..bd1289c1a 100644 --- a/MediaBrowser.Controller/Security/IAuthenticationRepository.cs +++ b/MediaBrowser.Controller/Security/IAuthenticationRepository.cs @@ -13,14 +13,12 @@ namespace MediaBrowser.Controller.Security /// Creates the specified information. /// </summary> /// <param name="info">The information.</param> - /// <returns>Task.</returns> void Create(AuthenticationInfo info); /// <summary> /// Updates the specified information. /// </summary> /// <param name="info">The information.</param> - /// <returns>Task.</returns> void Update(AuthenticationInfo info); /// <summary> |
