Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/home
In directory 
sc8-pr-cvs1:/tmp/cvs-serv31564/xdoclet/modules/ejb/src/xdoclet/modules/ejb/home

Modified Files:
        HomeTagsHandler.java 
Log Message:
Introduced a new Interface in XJavaDoc: xjavadoc.Type. This interface provides about 
the XClass AND the dimension.

Index: HomeTagsHandler.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/home/HomeTagsHandler.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** HomeTagsHandler.java        5 Mar 2003 03:59:38 -0000       1.27
--- HomeTagsHandler.java        20 Mar 2003 22:36:07 -0000      1.28
***************
*** 206,210 ****
  
          if (tagType.equals("ejb:finder")) {
!             String ejbReturn = method.getReturnType().toString();
  
              if (ejbReturn.equals("java.util.Collection") ||
--- 206,210 ----
  
          if (tagType.equals("ejb:finder")) {
!             String ejbReturn = method.getReturnType().getType().getQualifiedName();
  
              if (ejbReturn.equals("java.util.Collection") ||



-------------------------------------------------------
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