diff options
| author | telans <telans@protonmail.com> | 2020-06-16 10:37:52 +1200 |
|---|---|---|
| committer | telans <telans@protonmail.com> | 2020-06-16 10:37:52 +1200 |
| commit | 9018f8d8be10bc4812f7d1bd230a1516eca61eea (patch) | |
| tree | 700a207912c0d9c2e04177c529455cb7c84b31d6 /MediaBrowser.Model/System | |
| parent | 100e9d586dff877610c488936aa035f61f6fedb5 (diff) | |
Add full stop at end of comments (SA1629)
Diffstat (limited to 'MediaBrowser.Model/System')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index a67c38c3a..18ca74ee3 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -23,7 +23,7 @@ namespace MediaBrowser.Model.System }; /// <summary> - /// Class SystemInfo + /// Class SystemInfo. /// </summary> public class SystemInfo : PublicSystemInfo { |
