[ http://issues.apache.org/jira/browse/AXIS-1667?page=all ]
     
Venkat Reddy resolved AXIS-1667:
--------------------------------

    Resolution: Fixed

> When WSDL2Java generate JavaDoc, the left indentation of wrapped line do not 
> match the indentation of previous or subsequent line.
> ----------------------------------------------------------------------------------------------------------------------------------
>
>          Key: AXIS-1667
>          URL: http://issues.apache.org/jira/browse/AXIS-1667
>      Project: Apache Axis
>         Type: Bug
>   Components: Serialization/Deserialization
>     Versions: 1.2RC1
>  Environment: Nov 12, 2004
>     Reporter: Sébastien Tardif
>     Assignee: Davanum Srinivas
>  Attachments: Credential.java, docHarbor.wsdl, patch.txt, patch2.txt
>
> Title: When WSDL2Java generate JavaDoc, the left indentation of wrapped line 
> do not match the indentation of previous or subsequent line.
> An example:
> public class Criteria  implements java.io.Serializable {
>     /** Use for sorting and whether ascending or descending. */
>     private com.docharbor.webservices.SortCriteria[] sortCriteria;
>     /** Maximum number of returned rows from a search. If you specified
>  * 0 we will retrieved no document you will have received information
>  * about the retrieval type and the index fields. */
>     private java.lang.Integer maxDocuments;
>     /** Indicates whether to show only "display" indexes. */
> The indentation always use space not tab. So when it’s ok it uses 4 spaces 
> and when it’s wrong it uses just 1.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to