Author: mukulg
Date: Sat Jan 30 06:40:11 2010
New Revision: 904730
URL: http://svn.apache.org/viewvc?rev=904730&view=rev
Log:
doing minor spelling corrections, in javadocs
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java?rev=904730&r1=904729&r2=904730&view=diff
==============================================================================
---
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java
(original)
+++
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java
Sat Jan 30 06:40:11 2010
@@ -723,7 +723,7 @@
/**
* If variety is <code>atomic</code> the primitive type definition (a
* built-in primitive datatype definition or the simple ur-type
- * definition) is available, otherwise <code>null</code>.
+ * definition) if available, otherwise <code>null</code>.
*/
public XSSimpleTypeDefinition getPrimitiveType() {
if (fVariety == VARIETY_ATOMIC && fValidationDV != DV_ANYSIMPLETYPE &&
fValidationDV != DV_ANYATOMICTYPE) {
@@ -742,7 +742,7 @@
/**
* If variety is <code>list</code> the item type definition (an atomic or
- * union simple type definition) is available, otherwise
+ * union simple type definition) if available, otherwise
* <code>null</code>.
*/
public XSSimpleTypeDefinition getItemType() {
@@ -757,7 +757,7 @@
/**
* If variety is <code>union</code> the list of member type definitions (a
- * non-empty sequence of simple type definitions) is available,
+ * non-empty sequence of simple type definitions) if available,
* otherwise an empty <code>XSObjectList</code>.
*/
public XSObjectList getMemberTypes() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]