User: vharcq  
  Date: 02/06/18 13:10:50

  Modified:    modules/ejb/src/xdoclet/modules/ejb EjbTagsHandler.java
  Log:
  Make choosePackage() public and add a todo to move this method in a utility class 
out of ejb module
  
  Revision  Changes    Path
  1.6       +4 -2      xdoclet/modules/ejb/src/xdoclet/modules/ejb/EjbTagsHandler.java
  
  Index: EjbTagsHandler.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/EjbTagsHandler.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -w -r1.5 -r1.6
  --- EjbTagsHandler.java       12 Jun 2002 23:27:47 -0000      1.5
  +++ EjbTagsHandler.java       18 Jun 2002 20:10:50 -0000      1.6
  @@ -45,7 +45,7 @@
    * @author               Ara Abrahamian ([EMAIL PROTECTED])
    * @created              Oct 15, 2001
    * @xdoclet.taghandler   namespace="Ejb"
  - * @version              $Revision: 1.5 $
  + * @version              $Revision: 1.6 $
    */
   public class EjbTagsHandler extends XDocletTagSupport
   {
  @@ -341,8 +341,10 @@
        * @param subtask
        * @return                      Description of the Returned Value
        * @exception XDocletException
  +     * @todo                        this method is really an utility method that 
should be deprecated here and moved to
  +     *      PackageTagsHandler or even somewhere else
        */
  -    protected static String choosePackage(String packageName, String 
packagePattern, String subtask) throws XDocletException
  +    public static String choosePackage(String packageName, String packagePattern, 
String subtask) throws XDocletException
       {
           Log log = LogUtil.getLog(EjbTagsHandler.class, "choosePackage");
   
  
  
  

----------------------------------------------------------------------------
                   Bringing you mounds of caffeinated joy
                   >>>     http://thinkgeek.com/sf    <<<

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

Reply via email to