SPRNET-1124
fixing broken build from inadvertent introduction of using statements referencing the System.Collections.Generic namespace unsupported under .NET 1.1 (bad VS2008!, bad VS2008!)
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
#endregion
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using Spring.Core.IO;
|
||||
|
||||
namespace Spring.Context.Support
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
#endregion
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using Spring.Core.IO;
|
||||
|
||||
namespace Spring.Context.Support
|
||||
|
||||
@@ -20,8 +20,6 @@
|
||||
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using Spring.Core.IO;
|
||||
|
||||
namespace Spring.Context.Support
|
||||
|
||||
Reference in New Issue
Block a user