Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Context/Support
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9550
Modified Files:
StaticMessageSource.cs
Log Message:
added xml doc comments
Index: StaticMessageSource.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Context/Support/StaticMessageSource.cs,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** StaticMessageSource.cs 27 Aug 2007 09:38:31 -0000 1.15
--- StaticMessageSource.cs 27 Aug 2007 13:57:27 -0000 1.16
***************
*** 136,140 ****
}
#else
! throw new NotSupportedException("Operation not supported in .NET 1.0 Release.");
#endif
}
--- 136,140 ----
}
#else
! throw new System.NotSupportedException("Operation not supported in .NET 1.0 Release.");
#endif
}
|