diff src/org/tmatesoft/hg/util/FileWalker.java @ 139:f3c387ea0a34

clean obsolete comment
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 16 Feb 2011 22:28:29 +0100
parents a3a2e5deb320
children 8248aae33f7d
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>();