@@ -1,3 +1,7 @@
+2002-08-20 Tim Coleman <[email protected]>
+ * ServiceDescriptionFormatExtensionCollection.cs:
+ Remove reference to "parent".
+
2002-08-19 Tim Coleman <[email protected]>
* BindingCollection.cs:
Use base constructor, remove SetParent call
@@ -116,7 +116,6 @@ namespace System.Web.Services.Description {
public void Insert (int index, object extension)
{
- SetParent (extension, parent);
List.Insert (index, extension);
}