Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/mdb
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14869/modules/ejb/src/xdoclet/modules/ejb/mdb

Modified Files:
        MdbTagsHandler.java 
Log Message:
removed unnecessary cast

Index: MdbTagsHandler.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/mdb/MdbTagsHandler.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** MdbTagsHandler.java 29 Mar 2005 22:50:44 -0000      1.15
--- MdbTagsHandler.java 6 Apr 2005 21:47:31 -0000       1.16
***************
*** 199,203 ****
  
              if (getCurrentClass().getDoc().hasTag("ejb.message-destination")) 
{
!                 XTag tag = (XTag) 
getCurrentClass().getDoc().getTag("ejb.message-destination");
                  String destName = tag.getAttributeValue("name");
  
--- 199,203 ----
  
              if (getCurrentClass().getDoc().hasTag("ejb.message-destination")) 
{
!                 XTag tag = 
getCurrentClass().getDoc().getTag("ejb.message-destination");
                  String destName = tag.getAttributeValue("name");
  



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to