diff src/org/tmatesoft/hg/util/RegularFileStats.java @ 429:cd658b24a620

FIXMEs: javadoc, proper use of constants
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 29 Mar 2012 18:29:03 +0200
parents 48f993aa2f41
children 909306e412e2
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/util/RegularFileStats.java	Thu Mar 29 18:05:05 2012 +0200
+++ b/src/org/tmatesoft/hg/util/RegularFileStats.java	Thu Mar 29 18:29:03 2012 +0200
@@ -102,7 +102,7 @@
 		// can't check isFile because Java would say false for a symlink with non-existing target
 		if (f.isDirectory()) {
 			// perhaps, shall just collect stats for all files and set false to exec/link flags?
-			throw new IllegalArgumentException(); // FIXME EXCEPTIONS
+			throw new IllegalArgumentException();
 		}
 		final String dirName = f.getParentFile().getAbsolutePath();
 		final String fileName = f.getName();