Skip to content

Commit

Permalink
Update typos and wrong references in XSD/XML documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomast74 committed Mar 22, 2013
1 parent fc22f02 commit 255cd75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion doc/reference/src/objects.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
7 changes: 0 additions & 7 deletions src/Spring/Spring.Core/Context/Config/spring-context-2.0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 255cd75

Please sign in to comment.