peterreilly    2003/07/25 01:51:39

  Modified:    src/main/org/apache/tools/ant/types Environment.java
               src/main/org/apache/tools/ant/types/selectors
                        BaseExtendSelector.java
  Log:
  checkstyle
  
  Revision  Changes    Path
  1.13      +4 -0      ant/src/main/org/apache/tools/ant/types/Environment.java
  
  Index: Environment.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/Environment.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Environment.java  19 Jul 2003 11:20:22 -0000      1.12
  +++ Environment.java  25 Jul 2003 08:51:38 -0000      1.13
  @@ -81,6 +81,10 @@
            */
           private String key, value;
   
  +        /**
  +         * Constructor for variable
  +         *
  +         */
           public Variable() {
               super();
           }
  
  
  
  1.6       +2 -1      
ant/src/main/org/apache/tools/ant/types/selectors/BaseExtendSelector.java
  
  Index: BaseExtendSelector.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/types/selectors/BaseExtendSelector.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- BaseExtendSelector.java   4 Jul 2003 23:18:49 -0000       1.5
  +++ BaseExtendSelector.java   25 Jul 2003 08:51:39 -0000      1.6
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2002-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -110,6 +110,7 @@
        * @param filename The name of the file to check
        * @param file A File object for this filename
        * @return whether the file should be selected or not
  +     * @exception BuildException if an error occurs
        */
       public abstract boolean isSelected(File basedir, String filename,
                                          File file)
  
  
  

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

Reply via email to