Author: fanningpj
Date: Wed Dec 16 20:44:03 2020
New Revision: 1884526

URL: http://svn.apache.org/viewvc?rev=1884526&view=rev
Log:
[github-2] fix typos in javadoc. Thanks to Libor Nenadál. This closes #2

Modified:
    xmlbeans/trunk/src/main/java/org/apache/xmlbeans/SchemaType.java
    xmlbeans/trunk/src/main/java/org/apache/xmlbeans/SchemaTypeSystem.java

Modified: xmlbeans/trunk/src/main/java/org/apache/xmlbeans/SchemaType.java
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/src/main/java/org/apache/xmlbeans/SchemaType.java?rev=1884526&r1=1884525&r2=1884526&view=diff
==============================================================================
--- xmlbeans/trunk/src/main/java/org/apache/xmlbeans/SchemaType.java (original)
+++ xmlbeans/trunk/src/main/java/org/apache/xmlbeans/SchemaType.java Wed Dec 16 
20:44:03 2020
@@ -70,7 +70,7 @@ import javax.xml.namespace.QName;
  *     only at the root of an instance, they are otherwise just like
  *     ordinary complex types.
  * <li>Simple types can be detected using {@link #isSimpleType}.
- *     Complex types are consdered to be all the types that are
+ *     Complex types are considered to be all the types that are
  *     not simple.
  * <li>Simple types are divided into three varieties: atomic types,
  *     list types, and union types.  Which variety of simple type

Modified: xmlbeans/trunk/src/main/java/org/apache/xmlbeans/SchemaTypeSystem.java
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/src/main/java/org/apache/xmlbeans/SchemaTypeSystem.java?rev=1884526&r1=1884525&r2=1884526&view=diff
==============================================================================
--- xmlbeans/trunk/src/main/java/org/apache/xmlbeans/SchemaTypeSystem.java 
(original)
+++ xmlbeans/trunk/src/main/java/org/apache/xmlbeans/SchemaTypeSystem.java Wed 
Dec 16 20:44:03 2020
@@ -119,7 +119,7 @@ import java.io.File;
  * for (int i = 0; i < allSeenTypes.size(); i++)
  * {
  *     SchemaType sType = (SchemaType)allSeenTypes.get(i);
- *     System.out.prinlnt("Visiting " + sType.toString());
+ *     System.out.println("Visiting " + sType.toString());
  *     allSeenTypes.addAll(Arrays.asList(sType.getAnonymousTypes()));
  * }
  * </pre>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to