Update of /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/sdk/ant
In directory sc8-pr-cvs1:/tmp/cvs-serv22388/src/java/xdoclet/sdk/ant

Modified Files:
        AntUtil.java 
Log Message:
More Jalopy reformattings

Index: AntUtil.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/sdk/ant/AntUtil.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** AntUtil.java        19 Mar 2003 01:14:50 -0000      1.6
--- AntUtil.java        20 Mar 2003 18:52:34 -0000      1.7
***************
*** 530,540 ****
  
          /*
! String methodName = getCurrentMethod().getName();
  
! if (methodName.startsWith("addConfigured") ||
!     methodName.startsWith("add") ||
!     methodName.startsWith("create")) {
!     clazz = getCurrentMethod().getReturnType();
!     if ("void".equals(clazz.getName())) {
          Collection params = getCurrentMethod().getParameters();
  
--- 530,540 ----
  
          /*
!         String methodName = getCurrentMethod().getName();
  
!         if (methodName.startsWith("addConfigured") ||
!         methodName.startsWith("add") ||
!         methodName.startsWith("create")) {
!         clazz = getCurrentMethod().getReturnType();
!         if ("void".equals(clazz.getName())) {
          Collection params = getCurrentMethod().getParameters();
  
***************
*** 542,549 ****
              clazz = XCollections.parameterIterator(params).next().getType();
          }
!     }
! }
! //        System.out.println(methodName + ": clazz = " + clazz.getQualifiedName());
! */
          return clazz;
      }
--- 542,549 ----
              clazz = XCollections.parameterIterator(params).next().getType();
          }
!         }
!         }
!         //        System.out.println(methodName + ": clazz = " + 
clazz.getQualifiedName());
!         */
          return clazz;
      }



-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC.  
Does your code think in ink? You could win a Tablet PC. 
Get a free Tablet PC hat just for playing. What are you waiting for? 
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to