Просмотр исходного кода

WebServicesConfigurationSectionHandler.cs: Removed TODO.

svn path=/trunk/mcs/; revision=21195
Lluis Sanchez 22 лет назад
Родитель
Сommit
067a1114fd

+ 4 - 0
mcs/class/System.Web.Services/System.Web.Services.Configuration/ChangeLog

@@ -1,3 +1,7 @@
+2003-12-12  Lluis Sanchez Gual <[email protected]>
+	
+	* WebServicesConfigurationSectionHandler.cs: Removed TODO.
+
 2003-10-03  Gonzalo Paniagua Javier <[email protected]>
 
 	* WebServicesConfigurationSectionHandler.cs: keep the file name of the

+ 0 - 1
mcs/class/System.Web.Services/System.Web.Services.Configuration/WebServicesConfigurationSectionHandler.cs

@@ -223,7 +223,6 @@ namespace System.Web.Services.Configuration
 	
 	class WebServicesConfigurationSectionHandler : IConfigurationSectionHandler
 	{
-		[MonoTODO("Some nodes not supported, see below")]
 		public object Create (object parent, object context, XmlNode section)
 		{
 			WSConfig config = new WSConfig (parent as WSConfig, context);