Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Objects/Factory/Support
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6625
Modified Files:
SimpleInstantiationStrategy.cs
Log Message:
updates docs on example with portable service abstraction.
change NotImplementedException to InvalidOperationException in SimpleInstantiationStrategy.
Index: SimpleInstantiationStrategy.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Objects/Factory/Support/SimpleInstantiationStrategy.cs,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** SimpleInstantiationStrategy.cs 13 Oct 2007 23:01:08 -0000 1.16
--- SimpleInstantiationStrategy.cs 15 Oct 2007 23:32:39 -0000 1.17
***************
*** 212,216 ****
/// <p>
/// The default implementation of this method is to throw a
! /// <see cref="System.NotImplementedException"/>.
/// </p>
/// <p>
--- 212,216 ----
/// <p>
/// The default implementation of this method is to throw a
! /// <see cref="System.InvalidOperationException"/>.
/// </p>
/// <p>
***************
*** 249,253 ****
/// <p>
/// The default implementation of this method is to throw a
! /// <see cref="System.NotImplementedException"/>.
/// </p>
/// <p>
--- 249,253 ----
/// <p>
/// The default implementation of this method is to throw a
! /// <see cref="System.InvalidOperationException"/>.
/// </p>
/// <p>
|