Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-02-25 17:32:17 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-02-25 17:32:17 +0300
commite95463527ab028454923269257299683772aa997 (patch)
treea04305c9a37d149179b979ad760154dff56065e5 /data
parentefd401836f4d8f7064b4dde95d3b29216e5c1896 (diff)
Workaround weird bug #54839 in mcs
svn path=/trunk/mono/; revision=23440
Diffstat (limited to 'data')
-rw-r--r--data/DefaultWsdlHelpGenerator.aspx2
1 files changed, 1 insertions, 1 deletions
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;