diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-09-05 15:49:02 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-09-05 15:49:02 -0400 |
| commit | 49b799adbe3d65973b136bee758584748ecf6c2a (patch) | |
| tree | ce6784069ed4cb412c917dc1e3d884c56dea2654 /MediaBrowser.Api/ApiEntryPoint.cs | |
| parent | 3b318a3add352a72b6b0430300fddbf61edac216 (diff) | |
3.2.30.8
Diffstat (limited to 'MediaBrowser.Api/ApiEntryPoint.cs')
| -rw-r--r-- | MediaBrowser.Api/ApiEntryPoint.cs | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/MediaBrowser.Api/ApiEntryPoint.cs b/MediaBrowser.Api/ApiEntryPoint.cs index 21552617d..04cef60bf 100644 --- a/MediaBrowser.Api/ApiEntryPoint.cs +++ b/MediaBrowser.Api/ApiEntryPoint.cs @@ -81,18 +81,14 @@ namespace MediaBrowser.Api return value.Split(separator); } - /// <summary> - /// Runs this instance. - /// </summary> public void Run() { + } - /// <summary> - /// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - /// </summary> public void Dispose() { + GC.SuppressFinalize(this); } } } |
