Browse Source

Javadoc (okay DD? ;) )

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277599 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 21 years ago
parent
commit
dd91a1732e
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/main/org/apache/tools/ant/util/FileUtils.java

+ 3
- 3
src/main/org/apache/tools/ant/util/FileUtils.java View File

@@ -710,8 +710,8 @@ public class FileUtils {
}

/**
* Verifies if the filename represents is an absolute path.
* @param filename the file name to be checked for being an absolute path.
* Verifies that the specified filename represents an absolute path.
* @param filename the filename to be checked.
* @return true if the filename represents an absolute path.
*/
public static boolean isAbsolutePath(String filename) {
@@ -918,7 +918,7 @@ public class FileUtils {
* java.io.tmpdir used if not specified.
*
* @return a File reference to the new temporary file.
* @since ant 1.5
* @since Ant 1.5
*/
public File createTempFile(String prefix, String suffix, File parentDir) {
File result = null;


Loading…
Cancel
Save