SPRNET-1338

-fixing broken build from an error in XML comments syntax
This commit is contained in:
sbohlen
2010-08-27 20:57:53 +00:00
parent 4f6c59781b
commit 7de3e81961

View File

@@ -2522,7 +2522,7 @@ namespace Spring.Objects.Factory.Support
/// Gets the singleton lock for a given object name.
/// </summary>
/// <param name="objectName">Name of the object.</param>
/// <returns>lock object<returns>
/// <returns>lock object</returns>
private object GetSingletonLockFor(string objectName)
{
lock (singletonCache)