misc documentation fixes...
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user