From 3f63f85cfded3370818361a310704e328e9e9bbc Mon Sep 17 00:00:00 2001 From: Steve Bohlen Date: Sun, 22 Nov 2015 13:08:46 -0500 Subject: [PATCH] change to reference to explicit type in CREF XML comments --- src/Spring/Spring.Web.Mvc3/SpringMvcDependencyResolver.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Spring/Spring.Web.Mvc3/SpringMvcDependencyResolver.cs b/src/Spring/Spring.Web.Mvc3/SpringMvcDependencyResolver.cs index f18f15a7..46377ac0 100644 --- a/src/Spring/Spring.Web.Mvc3/SpringMvcDependencyResolver.cs +++ b/src/Spring/Spring.Web.Mvc3/SpringMvcDependencyResolver.cs @@ -21,7 +21,7 @@ namespace Spring.Web.Mvc private static readonly string IgnoreViewNamespace = "ASP."; /// - /// The to be used by the resolver + /// The to be used by the resolver /// private IApplicationContext _context; @@ -32,7 +32,7 @@ namespace Spring.Web.Mvc /// /// Initializes a new instance of the class. /// - /// The to be used by the resolver + /// The to be used by the resolver public SpringMvcDependencyResolver(IApplicationContext context) { _context = context;