misc documentation fixes...

This commit is contained in:
markpollack
2010-07-22 15:54:37 +00:00
parent 90a8415720
commit c9ef6b8372
4 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ namespace Spring.Objects.Factory.Config
// TODO (EE): ComponentDefinitions are part of Spring/J 2.5
/// <summary>
/// Role hint indicating that a <see cref="IObjectDefinition"/> is a major part of the application. Typically corresponds to a user-defined bean.
/// Role hint indicating that a <see cref="IObjectDefinition"/> is a major part of the application. Typically corresponds to a user-defined object.
/// </summary>
ROLE_APPLICATION = 0,

View File

@@ -523,7 +523,7 @@ namespace Spring.Objects.Factory.Support
/// ApplicationContext instance that the object is living in.
/// <para>
/// Note there are no such default types registered in a plain IObjectFactory,
/// not even for the BeanFactory interface itself.
/// not even for the IObjectFactory interface itself.
/// </para>
/// </remarks>
public void RegisterResolvableDependency(Type dependencyType, object autowiredValue)

View File

@@ -39,7 +39,7 @@ namespace Spring.Data.NHibernate.Support
{
/// <summary>
/// Initializes a new instance of the <see cref="OpenSessionInViewModule"/> class. Creates a SessionScope,
/// but does not yet associate a session with a thread, that is lef to the lifecycle of the request.
/// but does not yet associate a session with a thread, that is left to the lifecycle of the request.
/// </summary>
public OpenSessionInViewModule() : base("appSettings", typeof(OpenSessionInViewModule), false)
{

View File

@@ -166,7 +166,7 @@ namespace Spring.Messaging.Listener
{
if (MessageQueueObjectName == null)
{
throw new ArgumentException("Property 'DefaultMessageQueueObjectName' is required");
throw new ArgumentException("Property 'MessageQueueObjectName' is required");
}
if (MessageQueueFactory == null)
{