Merge pull request #41 from thomast74/XML-Doc-Update

Update typos and wrong references in XSD/XML documentation
This commit is contained in:
Bruno Baia
2013-03-22 14:25:27 -07:00
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>