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

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




Index: LocalInterfaceSubTask.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/intf/LocalInterfaceSubTask.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** LocalInterfaceSubTask.java  15 Aug 2004 09:56:36 -0000      1.11
--- LocalInterfaceSubTask.java  15 Apr 2005 23:40:29 -0000      1.12
***************
*** 39,44 ****
      /**
       * A configuration parameter for specifying the local interface name 
pattern. By default the value is used for
!      * deciding the local interface name. {0} in the value mean current 
class's symbolic name which for an EJBean is the
!      * EJB name.
       *
       * @see   #getLocalClassPattern()
--- 39,44 ----
      /**
       * A configuration parameter for specifying the local interface name 
pattern. By default the value is used for
!      * deciding the local interface name. The placeholder "{0}" in the value 
means the current class's symbolic name
!      * which for an EJBean is the EJB name.
       *
       * @see   #getLocalClassPattern()
***************
*** 59,64 ****
      /**
       * Returns the configuration parameter for specifying the local interface 
name pattern. By default the value is used
!      * for deciding the local 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}Local" 
is used by default.
       *
       * @return   The LocalClassPattern value
--- 59,64 ----
      /**
       * Returns the configuration parameter for specifying the local interface 
name pattern. By default the value is used
!      * for deciding the local 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}Local" is used by default.
       *
       * @return   The LocalClassPattern value
***************
*** 77,81 ****
  
      /**
!      * The pattern by which the interfaces are named. {0} designates the EJB 
name.
       *
       * @param new_pattern
--- 77,81 ----
  
      /**
!      * The pattern by which the interfaces are named. The placeholder "{0}" 
designates the EJB name.
       *
       * @param new_pattern

Index: RemoteInterfaceSubTask.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/intf/RemoteInterfaceSubTask.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** RemoteInterfaceSubTask.java 15 Aug 2004 09:56:36 -0000      1.11
--- RemoteInterfaceSubTask.java 15 Apr 2005 23:40:29 -0000      1.12
***************
*** 40,45 ****
      /**
       * A configuration parameter for specifying the remote interface name 
pattern. By default the value is used for
!      * deciding the remote interface name. {0} in the value mean current 
class's symbolic name which for an EJBean is
!      * the EJB name.
       *
       * @see   #getRemoteClassPattern()
--- 40,45 ----
      /**
       * A configuration parameter for specifying the remote interface name 
pattern. By default the value is used for
!      * deciding the remote interface name. The placeholder "{0}" in the value 
means the current class's symbolic name
!      * which for an EJBean is the EJB name.
       *
       * @see   #getRemoteClassPattern()
***************
*** 60,65 ****
      /**
       * Returns the configuration parameter for specifying the remote 
interface name pattern. By default the value is
!      * used for deciding the remote 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}" is used by default.
       *
       * @return   The RemoteClassPattern value
--- 60,66 ----
      /**
       * Returns the configuration parameter for specifying the remote 
interface name pattern. By default the value is
!      * used for deciding the remote 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}" is used by
!      * default.
       *
       * @return   The RemoteClassPattern value
***************
*** 77,81 ****
  
      /**
!      * The pattern by which the interfaces are named. {0} designates the EJB 
name.
       *
       * @param newPattern   The new Pattern value
--- 78,82 ----
  
      /**
!      * The pattern by which the interfaces are named. The placeholder "{0}" 
designates the EJB name.
       *
       * @param newPattern   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