peterreilly    2004/12/01 08:22:14

  Modified:    src/main/org/apache/tools/ant/taskdefs/optional/vss Tag:
                        ANT_16_BRANCH MSVSSADD.java MSVSSGET.java
  Log:
  stylecheck
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.13.2.5  +3 -3      
ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSADD.java
  
  Index: MSVSSADD.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSADD.java,v
  retrieving revision 1.13.2.4
  retrieving revision 1.13.2.5
  diff -u -r1.13.2.4 -r1.13.2.5
  --- MSVSSADD.java     9 Mar 2004 17:01:54 -0000       1.13.2.4
  +++ MSVSSADD.java     1 Dec 2004 16:22:14 -0000       1.13.2.5
  @@ -29,7 +29,7 @@
    */
   public class MSVSSADD extends MSVSS {
   
  -    private String m_LocalPath = null;
  +    private String localPath = null;
   
       /**
        * Builds a command line to execute ss.
  @@ -72,7 +72,7 @@
        * @return The local path value.
        */
       protected String getLocalpath() {
  -        return m_LocalPath;
  +        return localPath;
       }
   
       /**
  @@ -117,6 +117,6 @@
        * @param   localPath   The path on disk.
        */
       public void setLocalpath(Path localPath) {
  -        m_LocalPath = localPath.toString();
  +        this.localPath = localPath.toString();
       }
   }
  
  
  
  1.27.2.5  +1 -1      
ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSGET.java
  
  Index: MSVSSGET.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSGET.java,v
  retrieving revision 1.27.2.4
  retrieving revision 1.27.2.5
  diff -u -r1.27.2.4 -r1.27.2.5
  --- MSVSSGET.java     9 Mar 2004 17:01:54 -0000       1.27.2.4
  +++ MSVSSGET.java     1 Dec 2004 16:22:14 -0000       1.27.2.5
  @@ -163,7 +163,7 @@
        * a file has been skipped, <code>failonerror</code> is set to false 
when using
        * the <code>skip</code> option.
        *
  -     * @param files
  +     * @param files The action to take.
        */
       public void setWritableFiles(WritableFiles files) {
           super.setInternalWritableFiles(files);
  
  
  

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

Reply via email to