remove $Id keyword

This commit is contained in:
markpollack
2008-06-02 20:18:24 +00:00
parent 08227919f1
commit c33ba2dea5
1275 changed files with 144209 additions and 145452 deletions

View File

@@ -36,7 +36,6 @@ namespace Spring.Support
/// Test the database exception translation.
/// </summary>
/// <author>Mark Pollack (.NET)</author>
/// <version>$Id: ErrorCodeExceptionTranslatorTests.cs,v 1.8 2007/12/06 20:14:39 markpollack Exp $</version>
[TestFixture]
public class ErrorCodeExceptionTranslatorTests
{

View File

@@ -32,7 +32,6 @@ namespace Spring.Support
/// A fake provider class used to test exception translation functionality
/// </summary>
/// <author>Mark Pollack (.NET)</author>
/// <version>$Id: TestDbProvider.cs,v 1.11 2007/12/06 05:48:32 markpollack Exp $</version>
public class TestDbProvider : IDbProvider
{
private string connectionString;

View File

@@ -31,7 +31,6 @@ namespace Spring.Support
/// A simple exception class to test exception translation functionality
/// </summary>
/// <author>Mark Pollack (.NET)</author>
/// <version>$Id: TestSqlException.cs,v 1.2 2006/06/26 18:57:31 markpollack Exp $</version>
[Serializable]
public class TestSqlException : Exception
{