Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Objects/TypeConverters
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3469/src/Spring/Spring.Core/Objects/TypeConverters
Modified Files:
UriConverter.cs
Log Message:
Extraneous newlines were giving warnings for me
Index: UriConverter.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Objects/TypeConverters/UriConverter.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** UriConverter.cs 27 Jul 2004 01:58:02 -0000 1.1
--- UriConverter.cs 1 Aug 2004 07:20:56 -0000 1.2
***************
*** 18,37 ****
#endregion
-
#region Imports
using System;
using System.ComponentModel;
using System.Globalization;
#endregion
!
! namespace Spring.Objects.TypeConverters
! {
! /// <summary>
! /// Converter for Uri
! /// </summary>
! /// <author>Juergen Hoeller</author>
! /// <author>Mark Pollack (.NET)</author>
! public class UriConverter : TypeConverter
! {
! #region Constructor (s) / Destructor
/// <summary>
/// Creates a new instance of the
--- 18,26 ----
#endregion
#region Imports
using System;
using System.ComponentModel;
using System.Globalization;
#endregion
! namespace Spring.Objects.TypeConverters
{
/// <summary>
/// Converter for Uri
/// </summary>
/// <author>Juergen Hoeller</author>
/// <author>Mark Pollack (.NET)</author>
public class UriConverter : TypeConverter
{
#region Constructor (s) / Destructor
/// <summary>
/// Creates a new instance of the
***************
*** 40,44 ****
public UriConverter () {}
#endregion
!
#region Methods
/// <summary>
--- 29,33 ----
public UriConverter () {}
#endregion
!
#region Methods
/// <summary>
|