Review Javadoc

Closes gh-1467
This commit is contained in:
Stéphane Nicoll
2025-02-26 14:36:27 +01:00
parent e5740412bf
commit da47205e58
52 changed files with 137 additions and 155 deletions

View File

@@ -15,7 +15,7 @@
*/
/**
* Contains a implementation of the <code>XsdSchema</code> interfaces that uses Apache
* Contains a implementation of the {@code XsdSchema} interfaces that uses Apache
* WS-Commons XML Schema.
*/
package org.springframework.xml.xsd.commons;

View File

@@ -15,7 +15,7 @@
*/
/**
* Provides an abstraction over XSD XML schemas. Contains the <code>XsdSchema</code> and
* Provides an abstraction over XSD XML schemas. Contains the {@code XsdSchema} and
* related interfaces.
*/
package org.springframework.xml.xsd;