Fixes: #U4-1156 - IFileSystem, etc... now public.

This commit is contained in:
Shannon Deminick
2013-01-15 01:19:51 +03:00
parent d0cccb5be6
commit 04f351b287
4 changed files with 4 additions and 8 deletions

View File

@@ -11,8 +11,7 @@ namespace Umbraco.Core.IO
/// A custom file system provider for media
/// </summary>
[FileSystemProvider("media")]
[UmbracoExperimentalFeature("http://issues.umbraco.org/issue/U4-1156", "Will be declared public after 4.10")]
internal class MediaFileSystem : FileSystemWrapper
public class MediaFileSystem : FileSystemWrapper
{
public MediaFileSystem(IFileSystem wrapped)
: base(wrapped)