Mercurial > hg4j
changeset 139:f3c387ea0a34
clean obsolete comment
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 16 Feb 2011 22:28:29 +0100 |
parents | bb1d02f9eff6 |
children | 1c1891ad1c73 |
files | src/org/tmatesoft/hg/util/FileWalker.java |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/util/FileWalker.java Wed Feb 16 22:23:30 2011 +0100 +++ b/src/org/tmatesoft/hg/util/FileWalker.java Wed Feb 16 22:28:29 2011 +0100 @@ -33,8 +33,6 @@ private File nextFile; private String nextPath; - // FilenameFilter is used in a non-standard way - first argument, dir, is always startDir, - // while second arg, name, is startDir-relative path to the file in question public FileWalker(File startDir) { this.startDir = startDir; dirQueue = new LinkedList<File>();