Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Core/TypeConversion
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13869
Modified Files:
TypeConversionUtils.cs
Log Message:
reactivated warning 1591 "missing XML doc comment"
excluded unused Spring.Core/Spring.Expressions.Parser/ExpressionParserTokenTypes..cs from builds
Index: TypeConversionUtils.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Core/TypeConversion/TypeConversionUtils.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TypeConversionUtils.cs 25 Aug 2007 16:07:35 -0000 1.2
--- TypeConversionUtils.cs 27 Aug 2007 09:38:38 -0000 1.3
***************
*** 101,105 ****
newValue = typeConverter.ConvertFrom(newValue);
}
! catch (Exception e)
{
if (newValue is string)
--- 101,105 ----
newValue = typeConverter.ConvertFrom(newValue);
}
! catch
{
if (newValue is string)
|