diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-10 12:57:30 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-10 12:57:30 -0400 |
| commit | c174859b528bc4e167f5cc34d5ff0e6a117901ed (patch) | |
| tree | 244245b7a574622fb24f89f7a1b1761567d4fa27 /MediaBrowser.Common.Implementations/Security/MBRegistration.cs | |
| parent | 4ab6a339c68f5c410523335061ff925549eba776 (diff) | |
fixed namespace casing
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/MBRegistration.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Security/MBRegistration.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/MBRegistration.cs b/MediaBrowser.Common.Implementations/Security/MBRegistration.cs index 570a0429c..1019ed8b9 100644 --- a/MediaBrowser.Common.Implementations/Security/MBRegistration.cs +++ b/MediaBrowser.Common.Implementations/Security/MBRegistration.cs @@ -1,4 +1,4 @@ -using Mediabrowser.Model.Entities; +using MediaBrowser.Model.Entities; using MediaBrowser.Common.Configuration; using MediaBrowser.Common.Net; using MediaBrowser.Model.Serialization; @@ -8,7 +8,7 @@ using System.Management; using System.Threading; using System.Threading.Tasks; -namespace Mediabrowser.Common.Implementations.Security +namespace MediaBrowser.Common.Implementations.Security { public static class MBRegistration { |
