SingingBush commented on code in PR #28:
URL: https://github.com/apache/xerces-j/pull/28#discussion_r2232839595
##########
src/org/apache/xerces/xs/XSModel.java:
##########
@@ -82,77 +82,77 @@ public XSNamedMap getComponentsByNamespace(short objectType,
/**
* Convenience method. Returns a top-level element declaration.
* @param name The name of the declaration.
- * @param namespace The namespace of the declaration, otherwise
- * <code>null</code>.
- * @return A top-level element declaration or <code>null</code> if such a
- * declaration does not exist.
+ *
+ * @param namespace the namespace of the declaration, otherwise
+ * <code>null</code>
+ * @return a top-level element declaration or <code>null</code> if such a
+ * declaration does not exist
*/
public XSElementDeclaration getElementDeclaration(String name,
String namespace);
/**
- * Convenience method. Returns a top-level attribute declaration.
- * @param name The name of the declaration.
- * @param namespace The namespace of the declaration, otherwise
- * <code>null</code>.
- * @return A top-level attribute declaration or <code>null</code> if such
- * a declaration does not exist.
+ * Convenience method. Returns a top-level attribute declaration.
+ *
+ * @param name the name of the declaration
+ * @param namespace the namespace of the declaration, otherwise
<code>null</code>
+ * @return a top-level attribute declaration or <code>null</code> if such
+ * a declaration does not exist
*/
public XSAttributeDeclaration getAttributeDeclaration(String name,
String namespace);
/**
- * Convenience method. Returns a top-level simple or complex type
- * definition.
- * @param name The name of the definition.
- * @param namespace The namespace of the declaration, otherwise
- * <code>null</code>.
- * @return An <code>XSTypeDefinition</code> or <code>null</code> if such
- * a definition does not exist.
+ * Convenience method. Returns a top-level simple or complex type
definition.
+ *
+ * @param name the name of the definition
+ * @param namespace the namespace of the declaration, otherwise
<code>null</code>
+ * @return an <code>XSTypeDefinition</code> or <code>null</code> if such
+ * a definition does not exist
*/
public XSTypeDefinition getTypeDefinition(String name,
String namespace);
/**
- * Convenience method. Returns a top-level attribute group definition.
- * @param name The name of the definition.
- * @param namespace The namespace of the definition, otherwise
- * <code>null</code>.
- * @return A top-level attribute group definition or <code>null</code> if
- * such a definition does not exist.
+ * Convenience method. Returns a top-level attribute group definition.
+ *
+ * @param name the name of the definition
+ * @param namespace the namespace of the definition, otherwise
<code>null</code>
+ * @return a top-level attribute group definition or <code>null</code> if
+ * such a definition does not exist
*/
public XSAttributeGroupDefinition getAttributeGroup(String name,
String namespace);
/**
- * Convenience method. Returns a top-level model group definition.
- * @param name The name of the definition.
- * @param namespace The namespace of the definition, otherwise
- * <code>null</code>.
- * @return A top-level model group definition or <code>null</code> if
- * such a definition does not exist.
+ * Convenience method. Returns a top-level model group definition.
+ *
+ * @param name the name of the definition
+ * @param namespace the namespace of the definition, otherwise
<code>null</code>
+ * @return a top-level model group definition or <code>null</code> if
+ * such a definition does not exist
*/
public XSModelGroupDefinition getModelGroupDefinition(String name,
String namespace);
/**
- * Convenience method. Returns a top-level notation declaration.
- * @param name The name of the declaration.
- * @param namespace The namespace of the declaration, otherwise
- * <code>null</code>.
+ * Convenience method. Returns a top-level notation declaration.
+ *
+ * @param name The name of the declaration
Review Comment:
fixed now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]