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

@@ -10,8 +10,7 @@ using Umbraco.Core.Publishing;
namespace Umbraco.Core.IO
{
[UmbracoExperimentalFeature("http://issues.umbraco.org/issue/U4-1156", "Will be declared public after 4.10")]
internal class PhysicalFileSystem : IFileSystem
public class PhysicalFileSystem : IFileSystem
{
internal string RootPath { get; private set; }
private readonly string _rootUrl;