fixes: U4-4285 Expose/Publicize (3rd party) PropertyEditors

This commit is contained in:
Shannon
2014-03-13 16:34:54 +11:00
parent 2166a4a5ac
commit 8eaea3fb54
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ namespace Umbraco.Core.ObjectResolution
/// <para>Important notes about this resolver: it does not support Insert or Remove and therefore does not support any ordering unless
/// the types are marked with the WeightedPluginAttribute.</para>
/// </remarks>
internal abstract class LazyManyObjectsResolverBase<TResolver, TResolved> : ManyObjectsResolverBase<TResolver, TResolved>
public abstract class LazyManyObjectsResolverBase<TResolver, TResolved> : ManyObjectsResolverBase<TResolver, TResolved>
where TResolved : class
where TResolver : ResolverBase
{