[jboss-svn-commits] JBL Code SVN: r5743 - labs/jbossesb/trunk/qa/junit/src/org/jboss/soa/esb/util
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Aug 11 07:01:17 EDT 2006
Author: tfennelly
Date: 2006-08-11 07:01:16 -0400 (Fri, 11 Aug 2006)
New Revision: 5743
Modified:
labs/jbossesb/trunk/qa/junit/src/org/jboss/soa/esb/util/FileUtils.java
Log:
updated javadoc
Modified: labs/jbossesb/trunk/qa/junit/src/org/jboss/soa/esb/util/FileUtils.java
===================================================================
--- labs/jbossesb/trunk/qa/junit/src/org/jboss/soa/esb/util/FileUtils.java 2006-08-11 10:57:51 UTC (rev 5742)
+++ labs/jbossesb/trunk/qa/junit/src/org/jboss/soa/esb/util/FileUtils.java 2006-08-11 11:01:16 UTC (rev 5743)
@@ -178,6 +178,7 @@
* too because if there's a handle open on a file in the directory, the delete of the directory
* will fail.
* @param file The file to be deleted.
+ * @param maxWait The maximum length of time (ms) to wait for for the file to disappear after calling the delete method.
*/
public static void assertCanDelete(File file, long maxWait) {
if(!file.exists()) {
More information about the jboss-svn-commits
mailing list