Author: fanningpj
Date: Tue Oct 26 10:11:10 2021
New Revision: 1894574

URL: http://svn.apache.org/viewvc?rev=1894574&view=rev
Log:
change type

Modified:
    
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/xsd2inst/SampleXmlUtil.java

Modified: 
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/xsd2inst/SampleXmlUtil.java
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/xsd2inst/SampleXmlUtil.java?rev=1894574&r1=1894573&r2=1894574&view=diff
==============================================================================
--- 
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/xsd2inst/SampleXmlUtil.java
 (original)
+++ 
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/xsd2inst/SampleXmlUtil.java
 Tue Oct 26 10:11:10 2021
@@ -68,11 +68,11 @@ public class SampleXmlUtil {
     }
 
     /**
-     * @param element a {code SchemaGlobalElement}
+     * @param element a {code SchemaField}
      * @return Sample XML as a string
      * @since v5.0.3
      */
-    public static String createSampleForType(SchemaGlobalElement element) {
+    public static String createSampleForType(SchemaField element) {
         SchemaType sType = element.getType();
         XmlObject object = XmlObject.Factory.newInstance();
         XmlCursor cursor = object.newCursor();



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

Reply via email to