You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2004/12/01 17:58:03 UTC

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/ssh SSHExec.java

peterreilly    2004/12/01 08:58:03

  Modified:    src/main/org/apache/tools/ant/taskdefs/optional/ssh
                        SSHExec.java
  Log:
  checkstyle
  
  Revision  Changes    Path
  1.17      +2 -2      ant/src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java
  
  Index: SSHExec.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- SSHExec.java	14 Apr 2004 16:13:27 -0000	1.16
  +++ SSHExec.java	1 Dec 2004 16:58:03 -0000	1.17
  @@ -40,7 +40,7 @@
    */
   public class SSHExec extends SSHBase {
   
  -    private final int BUFFER_SIZE = 1024;
  +    private static final int BUFFER_SIZE = 1024;
   
       /** the command to execute via ssh */
       private String command = null;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org