From e95463527ab028454923269257299683772aa997 Mon Sep 17 00:00:00 2001 From: Gonzalo Paniagua Javier Date: Wed, 25 Feb 2004 14:32:17 +0000 Subject: Workaround weird bug #54839 in mcs svn path=/trunk/mono/; revision=23440 --- data/DefaultWsdlHelpGenerator.aspx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/DefaultWsdlHelpGenerator.aspx b/data/DefaultWsdlHelpGenerator.aspx index befe4c86d79..815fefe1c65 100644 --- a/data/DefaultWsdlHelpGenerator.aspx +++ b/data/DefaultWsdlHelpGenerator.aspx @@ -1262,7 +1262,7 @@ public class HtmlSampleGenerator: SampleGenerator } else if (st.Content is XmlSchemaSimpleTypeUnion) { - // Check if all types of the union are equal. If not, then will use anyType. + //Check if all types of the union are equal. If not, then will use anyType. XmlSchemaSimpleTypeUnion uni = (XmlSchemaSimpleTypeUnion) st.Content; string utype = null; -- cgit v1.2.3