Author: scheu
Date: Wed Feb 24 15:09:06 2010
New Revision: 915815

URL: http://svn.apache.org/viewvc?rev=915815&view=rev
Log:
test minor edit commit

Modified:
    
axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/Element.java

Modified: 
axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/Element.java
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/Element.java?rev=915815&r1=915814&r2=915815&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/Element.java
 (original)
+++ 
axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/Element.java
 Wed Feb 24 15:09:06 2010
@@ -35,13 +35,15 @@
  * The type value is usually the object needed
  * for the method signature (i.e. String)
  * <p/>
- * Here is an example for illustration: <element name='e1'> 
<complexType>...</complexType>
+ * Here is an example for illustration: 
+ * <element name='e1'> 
+ * <complexType>...</complexType>
  * </element>
  * <p/>
  * <element name='e2' type='t2' /> <complexType name= 't2'>..
  * <p/>
- * <element name='e3' type='e3' />  <!-- note element and type have same name 
--> <complexType name=
- * 'e3'>..
+ * <element name='e3' type='e3' />  <!-- note element and type have same name 
--> 
+ * <complexType name= 'e3'>..
  * <p/>
  * JAXB will generate the following objects:  E1, T2, E3 E1 will have an 
@XMLRootElement annotation.
  *  It is "element" and "type" enabled. e2 does not have a generated object.  
So it will be



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

Reply via email to