# HG changeset patch # User Artem Tikhomirov # Date 1297891709 -3600 # Node ID f3c387ea0a3440d61255caa1c9be988b645413a8 # Parent bb1d02f9eff6a416525cf156a98edcae13a5d9b6 clean obsolete comment diff -r bb1d02f9eff6 -r f3c387ea0a34 src/org/tmatesoft/hg/util/FileWalker.java --- 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();