Author: fanningpj
Date: Tue Jul 15 14:19:10 2025
New Revision: 1927241

URL: http://svn.apache.org/viewvc?rev=1927241&view=rev
Log:
spelling

Modified:
    
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/schema/SchemaTypeCodePrinter.java
    
xmlbeans/trunk/src/test/resources/xbean/compile/scomp/partials/impl/RootDocumentImpl.java

Modified: 
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/schema/SchemaTypeCodePrinter.java
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/schema/SchemaTypeCodePrinter.java?rev=1927241&r1=1927240&r2=1927241&view=diff
==============================================================================
--- 
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/schema/SchemaTypeCodePrinter.java
 (original)
+++ 
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/schema/SchemaTypeCodePrinter.java
 Tue Jul 15 14:19:10 2025
@@ -1976,7 +1976,7 @@ public final class SchemaTypeCodePrinter
 
             if (bmList == null || bmList.contains(BeanMethod.SET_ARRAY)) {
                 if (xmltype) {
-                    printJavaDoc("Sets array of all " + propdesc + "  WARNING: 
This method is not atomicaly synchronized.");
+                    printJavaDoc("Sets array of all " + propdesc + "  WARNING: 
This method is not atomically synchronized.");
                     if (!opt.isCompileNoAnnotations()) {
                         emit("@Override");
                     }

Modified: 
xmlbeans/trunk/src/test/resources/xbean/compile/scomp/partials/impl/RootDocumentImpl.java
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/compile/scomp/partials/impl/RootDocumentImpl.java?rev=1927241&r1=1927240&r2=1927241&view=diff
==============================================================================
--- 
xmlbeans/trunk/src/test/resources/xbean/compile/scomp/partials/impl/RootDocumentImpl.java
 (original)
+++ 
xmlbeans/trunk/src/test/resources/xbean/compile/scomp/partials/impl/RootDocumentImpl.java
 Tue Jul 15 14:19:10 2025
@@ -694,7 +694,7 @@ public class RootDocumentImpl extends or
 // <SET_ARRAY>
 
         /**
-         * Sets array of all "complexList" element  WARNING: This method is 
not atomicaly synchronized.
+         * Sets array of all "complexList" element  WARNING: This method is 
not atomically synchronized.
          */
         @Override
         public void setComplexListArray(partials.XmlBeanchen[] 
complexListArray) {



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

Reply via email to