peterreilly    2005/01/25 06:48:31

  Modified:    src/main/org/apache/tools/ant Project.java
  Log:
  checkstyle
  
  Revision  Changes    Path
  1.184     +4 -3      ant/src/main/org/apache/tools/ant/Project.java
  
  Index: Project.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Project.java,v
  retrieving revision 1.183
  retrieving revision 1.184
  diff -u -r1.183 -r1.184
  --- Project.java      14 Jan 2005 10:09:23 -0000      1.183
  +++ Project.java      25 Jan 2005 14:48:08 -0000      1.184
  @@ -1185,6 +1185,7 @@
       /**
        * Executes a <code>Vector</code> of sorted targets.
        * @param sortedTargets   the aforementioned <code>Vector</code>.
  +     * @throws BuildException on error.
        */
       public void executeSortedTargets(Vector sortedTargets)
           throws BuildException {
  @@ -1691,7 +1692,7 @@
        * @exception BuildException if a non-existent target is specified or if
        *                           a circular dependency is detected.
        */
  -    private final void tsort(String root, Hashtable targets,
  +    private void tsort(String root, Hashtable targets,
                                Hashtable state, Stack visiting,
                                Vector ret)
           throws BuildException {
  @@ -1982,7 +1983,7 @@
           }
           synchronized (this) {
               if (loggingMessage) {
  -                /* 
  +                /*
                    * One of the Listeners has attempted to access
                    * System.err or System.out.
                    *
  
  
  

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

Reply via email to