User: ko5tik  
  Date: 02/10/02 10:08:25

  Modified:    modules/ejb/src/xdoclet/modules/ejb/entity
                        PersistentTagsHandler.java
  Log:
  removed no op method
  
  Revision  Changes    Path
  1.14      +13 -6     
xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/PersistentTagsHandler.java
  
  Index: PersistentTagsHandler.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/PersistentTagsHandler.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -w -r1.13 -r1.14
  --- PersistentTagsHandler.java        18 Sep 2002 19:49:16 -0000      1.13
  +++ PersistentTagsHandler.java        2 Oct 2002 17:08:25 -0000       1.14
  @@ -21,7 +21,7 @@
    * @author               Ara Abrahamian ([EMAIL PROTECTED])
    * @created              Oct 16, 2001
    * @xdoclet.taghandler   namespace="EjbPersistent"
  - * @version              $Revision: 1.13 $
  + * @version              $Revision: 1.14 $
    */
   public class PersistentTagsHandler extends CmpTagsHandler
   {
  @@ -132,12 +132,19 @@
       /**
        * Gets the PersistentFieldMethod attribute of the PersistentTagsHandler class
        *
  +     * @param clazz
  +     * @param inclTag
  +     * @param exclTag
  +     * @param type
  +     * @param valueObject
  +     * @param superclasses
        * @return   The PersistentFieldMethod value
  +     * @exception XDocletException
        */
  -    public static boolean isPersistentFieldMethod()
  -    {
  -        return true;
  -    }
  +    // public static boolean isPersistentFieldMethod()
  +    // {
  +    //     return true;
  +    // }
   
   
       /**
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to