Core.Strings - go public

This commit is contained in:
Stephan
2013-02-19 06:37:24 -01:00
parent 47474d31d6
commit edb84b3c97
8 changed files with 18 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ namespace Umbraco.Core.Strings
/// <summary>
/// Resolves the IShortStringHelper object
/// </summary>
internal sealed class ShortStringHelperResolver : SingleObjectResolverBase<ShortStringHelperResolver, IShortStringHelper>
public sealed class ShortStringHelperResolver : SingleObjectResolverBase<ShortStringHelperResolver, IShortStringHelper>
{
/// <summary>
/// Initializes a new instance of the <see cref="ShortStringHelperResolver"/> class with an instance of a helper.