User: pathoss 
  Date: 02/05/12 08:00:49

  Modified:    modules/ejb/src/xdoclet/modules/ejb/lookup Tag:
                        MODULE_REFACTORING_BRANCH LookupObjectSubTask.java
  Log:
  Removed todo-javadoc.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.7   +2 -27     
xdoclet/modules/ejb/src/xdoclet/modules/ejb/lookup/Attic/LookupObjectSubTask.java
  
  Index: LookupObjectSubTask.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/lookup/Attic/LookupObjectSubTask.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -w -r1.1.2.6 -r1.1.2.7
  --- LookupObjectSubTask.java  12 May 2002 13:53:29 -0000      1.1.2.6
  +++ LookupObjectSubTask.java  12 May 2002 15:00:49 -0000      1.1.2.7
  @@ -21,24 +21,14 @@
    * @author            Konstantin Pribluda
    * @created           October 3, 2001
    * @xdoclet:subtask   name="utilobject" parent="xdoclet.modules.ejb.EjbDocletTask"
  - * @version           $Revision: 1.1.2.6 $
  + * @version           $Revision: 1.1.2.7 $
    */
   public class LookupObjectSubTask extends AbstractEjbCodeGeneratorSubTask
   {
  -
  -    /**
  -     * @todo-javadoc   Describe the field
  -     */
       public final static String SUBTASK_NAME = "utilObject";
   
  -    /**
  -     * @todo-javadoc   Describe the field
  -     */
       public final static String DEFAULT_UTIL_CLASS_PATTERN = "{0}Util";
   
  -    /**
  -     * @todo-javadoc   Describe the field
  -     */
       private static String DEFAULT_TEMPLATE_FILE = "resources/lookup.xdt";
   
       /**
  @@ -68,8 +58,6 @@
   
       /**
        * Describe what the UtilObjectSubTask constructor does
  -     *
  -     * @todo-javadoc   Write javadocs for constructor
        */
       public LookupObjectSubTask()
       {
  @@ -201,8 +189,6 @@
        * @param clazz                 Describe what the parameter does
        * @return                      The GeneratedFileName value
        * @exception XDocletException
  -     * @todo-javadoc                Write javadocs for method parameter
  -     * @todo-javadoc                Write javadocs for exception
        */
       protected String getGeneratedFileName(XClass clazz) throws XDocletException
       {
  @@ -213,8 +199,6 @@
        * Describe what the method does
        *
        * @exception XDocletException
  -     * @todo-javadoc                Write javadocs for method
  -     * @todo-javadoc                Write javadocs for exception
        */
       protected void engineStarted() throws XDocletException
       {
  @@ -228,10 +212,6 @@
        * @param clazz                 Describe what the parameter does
        * @return                      Describe the return value
        * @exception XDocletException
  -     * @todo-javadoc                Write javadocs for method
  -     * @todo-javadoc                Write javadocs for method parameter
  -     * @todo-javadoc                Write javadocs for return value
  -     * @todo-javadoc                Write javadocs for exception
        */
       protected boolean matchesGenerationRules(XClass clazz) throws XDocletException
       {
  @@ -263,13 +243,8 @@
        */
       public static class LookupKind extends 
org.apache.tools.ant.types.EnumeratedAttribute
       {
  -        /**
  -         * @todo-javadoc   Describe the field
  -         */
           public final static String PHYSICAL = "physical";
  -        /**
  -         * @todo-javadoc   Describe the field
  -         */
  +
           public final static String LOGICAL = "logical";
   
           /**
  
  
  

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to