Update of /cvsroot/xdoclet/xjavadoc/src/xjavadoc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8051/src/xjavadoc

Modified Files:
        MethodImpl.java 
Log Message:
Patch for XJD-66 was applied

Index: MethodImpl.java
===================================================================
RCS file: /cvsroot/xdoclet/xjavadoc/src/xjavadoc/MethodImpl.java,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** MethodImpl.java     9 Jul 2003 12:29:51 -0000       1.32
--- MethodImpl.java     2 Sep 2005 07:20:08 -0000       1.33
***************
*** 14,18 ****
   * Describe what this class does
   *
!  * @author    Aslak Hellesøy
   * @created   25. februar 2003
   */
--- 14,18 ----
   * Describe what this class does
   *
!  * @author    Aslak Helles�y
   * @created   25. februar 2003
   */
***************
*** 84,87 ****
--- 84,92 ----
        }
  
+     /**
+        * Finds a matching property accessor if this method is a property 
mutator.
+        *
+        * @return A matching accessor.
+        */
        public XMethod getAccessor()
        {
***************
*** 106,110 ****
                        }
                        // Verify that the types are compatible
!                       if( !requiredType.equals( result.getReturnType() ) )
                        {
                                result = null;
--- 111,115 ----
                        }
                        // Verify that the types are compatible
!                       if( result != null && !requiredType.equals( 
result.getReturnType() ) )
                        {
                                result = null;



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to