bodewig     2003/09/10 03:08:22

  Modified:    src/java/org/apache/tools/ant/gui/core AppContext.java
               src/java/org/apache/tools/ant/gui/event BuildEventType.java
               src/java/org/apache/tools/ant/gui/modules/console
                        LogLevelEnum.java
               src/java/org/apache/tools/ant/gui/modules/edit DragTree.java
               src/java/org/apache/tools/ant/gui/util StackFrame.java
               src/java/org/apache/tools/ant/gui/xml DOMNodeSerializer.java
               src/java/org/apache/tools/ant/gui/xml/dtd
                        ANTDocumentType.java
  Log:
  Some javadoc fixes.
  
  Submitted by: Jack J. Woehr <jax at purematrix dot com>
  
  Revision  Changes    Path
  1.4       +4 -4      
ant-antidote/src/java/org/apache/tools/ant/gui/core/AppContext.java
  
  Index: AppContext.java
  ===================================================================
  RCS file: 
/home/cvs/ant-antidote/src/java/org/apache/tools/ant/gui/core/AppContext.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AppContext.java   10 Feb 2003 14:35:02 -0000      1.3
  +++ AppContext.java   10 Sep 2003 10:08:22 -0000      1.4
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999, 2000 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -86,8 +86,8 @@
       private Frame _parentFrame = null;
   
       /** 
  -     * Constructor of apps that don't have a graphical
  -     * component (e.g. web based).
  +     * AppContext is the constructor of apps that don't have a graphical
  +     * component (e.g., web-based apps).
        *  
        */
       public AppContext() {
  
  
  
  1.3       +3 -3      
ant-antidote/src/java/org/apache/tools/ant/gui/event/BuildEventType.java
  
  Index: BuildEventType.java
  ===================================================================
  RCS file: 
/home/cvs/ant-antidote/src/java/org/apache/tools/ant/gui/event/BuildEventType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BuildEventType.java       10 Feb 2003 14:35:04 -0000      1.2
  +++ BuildEventType.java       10 Sep 2003 10:08:22 -0000      1.3
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999, 2000 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -79,7 +79,7 @@
        /** 
         * Get the enumeration value.
         * 
  -      * @return 
  +      * @return the enumeration value.
         */
       public int getValue() {
           return _value;
  
  
  
  1.3       +3 -3      
ant-antidote/src/java/org/apache/tools/ant/gui/modules/console/LogLevelEnum.java
  
  Index: LogLevelEnum.java
  ===================================================================
  RCS file: 
/home/cvs/ant-antidote/src/java/org/apache/tools/ant/gui/modules/console/LogLevelEnum.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LogLevelEnum.java 10 Feb 2003 14:35:08 -0000      1.2
  +++ LogLevelEnum.java 10 Sep 2003 10:08:22 -0000      1.3
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999, 2000 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -75,7 +75,7 @@
        /** 
         * Get the enumeration value.
         * 
  -      * @return 
  +      * @return the enumeration value.
         */
       public int getValue() {
           return _value;
  
  
  
  1.3       +4 -3      
ant-antidote/src/java/org/apache/tools/ant/gui/modules/edit/DragTree.java
  
  Index: DragTree.java
  ===================================================================
  RCS file: 
/home/cvs/ant-antidote/src/java/org/apache/tools/ant/gui/modules/edit/DragTree.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DragTree.java     10 Feb 2003 14:35:08 -0000      1.2
  +++ DragTree.java     10 Sep 2003 10:08:22 -0000      1.3
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999, 2000 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -544,7 +544,8 @@
       }
   
       /**
  -     * Scrolls tree if nessasary
  +     * The method checkAutoScroll scrolls the tree based upon the Point
  +     * of the cursor which triggered the scroll operation.
        * <P>
        * @param p A <code>Point</code> indicating the 
        * location of the cursor that triggered this operation.
  
  
  
  1.3       +4 -4      
ant-antidote/src/java/org/apache/tools/ant/gui/util/StackFrame.java
  
  Index: StackFrame.java
  ===================================================================
  RCS file: 
/home/cvs/ant-antidote/src/java/org/apache/tools/ant/gui/util/StackFrame.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StackFrame.java   10 Feb 2003 14:35:11 -0000      1.2
  +++ StackFrame.java   10 Sep 2003 10:08:22 -0000      1.3
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999, 2000 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -143,7 +143,7 @@
        /** 
         * Get the stack frame class.
         * 
  -      * @return 
  +      * @return the class name of this stack frame class.
         */
        public String getClassName() {
                return _clazz;
  @@ -152,7 +152,7 @@
        /** 
         * Get the name of the stack frame method 
         * 
  -      * @return 
  +      * @return the name of the stack frame method.
         */
        public String getMethodName() {
                return _method;
  
  
  
  1.4       +2 -2      
ant-antidote/src/java/org/apache/tools/ant/gui/xml/DOMNodeSerializer.java
  
  Index: DOMNodeSerializer.java
  ===================================================================
  RCS file: 
/home/cvs/ant-antidote/src/java/org/apache/tools/ant/gui/xml/DOMNodeSerializer.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DOMNodeSerializer.java    27 Jul 2003 15:15:22 -0000      1.3
  +++ DOMNodeSerializer.java    10 Sep 2003 10:08:22 -0000      1.4
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999, 2000 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.5       +6 -6      
ant-antidote/src/java/org/apache/tools/ant/gui/xml/dtd/ANTDocumentType.java
  
  Index: ANTDocumentType.java
  ===================================================================
  RCS file: 
/home/cvs/ant-antidote/src/java/org/apache/tools/ant/gui/xml/dtd/ANTDocumentType.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ANTDocumentType.java      10 Feb 2003 14:35:16 -0000      1.4
  +++ ANTDocumentType.java      10 Sep 2003 10:08:22 -0000      1.5
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999, 2000 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -334,14 +334,14 @@
            * Return the requested attribute
            *
            * @param name attribute name
  -         * @returns the requested attribute
  +         * @return the requested attribute
            */
           public DtdAttribute getAttribute(String name) {
               return (DtdAttribute) get(name);
           }
   
           /**
  -         * @returns an array of the optional attribute names
  +         * @return an array of the optional attribute names
            */
           public String[] getOptionalAttributes() {
               ArrayList list = new ArrayList();
  @@ -358,7 +358,7 @@
           }
   
           /**
  -         * @returns an array of the required attribute names
  +         * @return an array of the required attribute names
            */
           public String[] getRequiredAttributes() {
               ArrayList list = new ArrayList();
  @@ -374,7 +374,7 @@
               return result;
           }
           /**
  -         * @returns an array of the all attribute names
  +         * @return an array of the all attribute names
            */
           public String[] getAttributes() {
               ArrayList list = new ArrayList();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to