oops, updated the reset to resetcollections for clearing collections for resolvers.

This commit is contained in:
Shannon
2014-03-12 18:00:00 +11:00
parent 3a92c26a7f
commit 3aadca167f
2 changed files with 3 additions and 3 deletions

View File

@@ -340,7 +340,7 @@ namespace Umbraco.Core.ObjectResolution
/// WARNING! Do not use this unless you know what you are doing, clear all types registered and instances
/// created. Typically only used if a resolver is no longer used in an application and memory is to be GC'd
/// </summary>
internal void Reset()
internal void ResetCollections()
{
using (new WriteLock(_lock))
{