Update typos and wrong references in XSD/XML documentation

This commit is contained in:
Thomas Trageser
2013-03-22 20:33:06 +00:00
parent fc22f0253d
commit 255cd75201
2 changed files with 1 additions and 8 deletions

View File

@@ -1568,7 +1568,7 @@ Public Class ExampleObject
myObjectTwo = yetAnotherObject
Me.i = i
End Sub
End Class</programlisting>Ghe constructor arguments specified in the object
End Class</programlisting>The constructor arguments specified in the object
definition will be used to pass in as arguments to the constructor of
the <literal>ExampleObject</literal>.</para>

View File

@@ -103,13 +103,6 @@
The fully-qualified class name of the BeanNameGenerator to be used for naming detected components.
]]>
</xsd:documentation>
<xsd:appinfo>
<tool:annotation>
<tool:expected-type type="java.lang.Class" />
<tool:assignable-to
type="org.springframework.beans.factory.support.BeanNameGenerator" />
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>