User: dbudworth
  Date: 02/02/18 11:14:25

  Modified:    core/src/xdoclet/ejb/tags RelationTagsHandler.java
  Log:
  Removed the left=/right= thing that prints all the time.
  
  Revision  Changes    Path
  1.18      +1 -3      xdoclet/core/src/xdoclet/ejb/tags/RelationTagsHandler.java
  
  Index: RelationTagsHandler.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb/tags/RelationTagsHandler.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -w -r1.17 -r1.18
  --- RelationTagsHandler.java  8 Feb 2002 03:16:25 -0000       1.17
  +++ RelationTagsHandler.java  18 Feb 2002 19:14:23 -0000      1.18
  @@ -20,7 +20,7 @@
    * @author    <a href="mailto:[EMAIL PROTECTED]";>Aslak Helles�y</a>
    * @author    Ara Abrahamian ([EMAIL PROTECTED])
    * @created   Oct 15, 2001
  - * @version   $Revision: 1.17 $
  + * @version   $Revision: 1.18 $
    */
   public class RelationTagsHandler extends EjbTagsHandler
   {
  @@ -247,8 +247,6 @@
                        setCurrentMethod( relationHolder.getLeftMethod() );
   
                        currentRelation = relationHolder;
  -
  -                     System.out.println( currentRelation );
   
                        // Get the target-ejb value (null or not), so we can perform 
sanity checks.
                        Tag[] relationTags = DocletUtil.getTagsByName( 
relationHolder.getLeftMethod(), "ejb:relation" );
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to