Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/parameter
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12163/src/main/java/org/xdoclet/plugin/hibernate/qtags/parameter

Modified Files:
        Lazy.java 
Log Message:
fix for xdp-168



Index: Lazy.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/parameter/Lazy.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Lazy.java   10 Aug 2005 15:42:04 -0000      1.6
--- Lazy.java   28 Feb 2006 09:15:58 -0000      1.7
***************
*** 13,17 ****
      /**
       * Lazyness. Lazy fetching may be completely disabled by setting 
lazy="false"
       */
!     Boolean getLazy();
  }
\ No newline at end of file
--- 13,20 ----
      /**
       * Lazyness. Lazy fetching may be completely disabled by setting 
lazy="false"
+      * @qtags.allowed-value true
+      * @qtags.allowed-value false
+      * @qtags.allowed-value proxy
       */
!     String getLazy();
  }
\ No newline at end of file



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to