Browse Source

checkstyle - trialing space

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278437 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
e4eb43d3e3
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/FixCRLF.java
  2. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/cvslib/CvsVersion.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/FixCRLF.java View File

@@ -317,7 +317,7 @@ public class FixCRLF extends MatchingTask implements ChainableReader {
File tmpFile = FILE_UTILS.createTempFile("fixcrlf", "", null);
tmpFile.deleteOnExit();
try {
FILE_UTILS.copyFile(srcFile, tmpFile, null, fcv, false,
FILE_UTILS.copyFile(srcFile, tmpFile, null, fcv, false,
false, encoding, getProject());

File destFile = new File(destD, file);


+ 2
- 2
src/main/org/apache/tools/ant/taskdefs/cvslib/CvsVersion.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2004 The Apache Software Foundation
* Copyright 2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -45,7 +45,7 @@ public class CvsVersion extends AbstractCvsTask {
private String serverVersion;
private String clientVersionProperty;
private String serverVersionProperty;
/**
* Get the CVS client version
* @return CVS client version


Loading…
Cancel
Save