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

Modified Files:
        HomeInterfaceSubTask.java LocalHomeInterfaceSubTask.java 
Log Message:
Javadocs, plus eliminate a bunch of javadoc warnings.  XDT-1225




Index: HomeInterfaceSubTask.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/home/HomeInterfaceSubTask.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** HomeInterfaceSubTask.java   1 Mar 2005 13:40:14 -0000       1.12
--- HomeInterfaceSubTask.java   15 Apr 2005 23:40:29 -0000      1.13
***************
*** 40,45 ****
      /**
       * A configuration parameter for specifying the home interface name 
pattern. By default the value is used for
!      * deciding the home interface name. {0} in the value mean current 
class's symbolic name which for an EJBean is the
!      * EJB name.
       *
       * @see   #getHomeClassPattern()
--- 40,45 ----
      /**
       * A configuration parameter for specifying the home interface name 
pattern. By default the value is used for
!      * deciding the home interface name. The placeholder "{0}" in the value 
means the current class's symbolic name
!      * which for an EJBean is the EJB name.
       *
       * @see   #getHomeClassPattern()
***************
*** 61,66 ****
      /**
       * Returns the configuration parameter for specifying the home interface 
name pattern. By default the value is used
!      * for deciding the home interface name. {0} in the value mean current 
class's symbolic name which for an EJBean is
!      * the EJB name. If nothing explicitly specified by user then "{0}Home" 
is used by default.
       *
       * @return   The HomeClassPattern value
--- 61,66 ----
      /**
       * Returns the configuration parameter for specifying the home interface 
name pattern. By default the value is used
!      * for deciding the home interface name. The placeholder "{0}" in the 
value means the current class's symbolic name
!      * which for an EJBean is the EJB name. If nothing explicitly specified 
by user then "{0}Home" is used by default.
       *
       * @return   The HomeClassPattern value
***************
*** 79,83 ****
  
      /**
!      * The pattern by which the home interfaces are named. {0} designates the 
EJB name.
       *
       * @param new_pattern  The new Pattern value
--- 79,83 ----
  
      /**
!      * The pattern by which the home interfaces are named. The placeholder 
"{0}" designates the EJB name.
       *
       * @param new_pattern  The new Pattern value

Index: LocalHomeInterfaceSubTask.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/home/LocalHomeInterfaceSubTask.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** LocalHomeInterfaceSubTask.java      4 Apr 2005 20:20:39 -0000       1.12
--- LocalHomeInterfaceSubTask.java      15 Apr 2005 23:40:29 -0000      1.13
***************
*** 40,45 ****
      /**
       * A configuration parameter for specifying the local home interface name 
pattern. By default the value is used for
!      * deciding the local home interface name. {0} in the value mean current 
class's symbolic name which for an EJBean
!      * is the EJB name.
       *
       * @see   #getLocalHomeClassPattern()
--- 40,45 ----
      /**
       * A configuration parameter for specifying the local home interface name 
pattern. By default the value is used for
!      * deciding the local home interface name. The placeholder "{0}" in the 
value means the current class's symbolic
!      * name which for an EJBean is the EJB name.
       *
       * @see   #getLocalHomeClassPattern()
***************
*** 60,65 ****
      /**
       * Returns the configuration parameter for specifying the local home 
interface name pattern. By default the value is
!      * used for deciding the local home interface name. {0} in the value mean 
current class's symbolic name which for an
!      * EJBean is the EJB name. If nothing explicitly specified by user then 
"{0}LocalHome" is used by default.
       *
       * @return   The LocalHomeClassPattern value
--- 60,66 ----
      /**
       * Returns the configuration parameter for specifying the local home 
interface name pattern. By default the value is
!      * used for deciding the local home interface name. The placeholder "{0}" 
in the value means the current class's
!      * symbolic name which for an EJBean is the EJB name. If nothing 
explicitly specified by user then "{0}LocalHome" is
!      * used by default.
       *
       * @return   The LocalHomeClassPattern value
***************
*** 77,81 ****
  
      /**
!      * The pattern by which the local home interfaces are named. {0} 
designates the EJB name.
       *
       * @param new_pattern  The new Pattern value
--- 78,82 ----
  
      /**
!      * The pattern by which the local home interfaces are named. The 
placeholder "{0}" designates the EJB name.
       *
       * @param new_pattern  The new Pattern value



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