You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2014/09/15 13:47:19 UTC

svn commit: r1625001 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/FileUtil.java

Author: jleroux
Date: Mon Sep 15 11:47:19 2014
New Revision: 1625001

URL: http://svn.apache.org/r1625001
Log:
No functional changes, better JavaDoc only

Modified:
    ofbiz/trunk/framework/base/src/org/ofbiz/base/util/FileUtil.java

Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/FileUtil.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/util/FileUtil.java?rev=1625001&r1=1625000&r2=1625001&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/src/org/ofbiz/base/util/FileUtil.java (original)
+++ ofbiz/trunk/framework/base/src/org/ofbiz/base/util/FileUtil.java Mon Sep 15 11:47:19 2014
@@ -400,7 +400,7 @@ public class FileUtil {
    *
    *
    * Check if the specified <code>fileName</code> exists and is a file (not a directory)
-   * If the specified file doesn't exist, <code>FALSE</code> returns.
+   * If the specified file doesn't exist or is a directory <code>FALSE</code> returns.
    *
    * @param fileName A full path to a file in which the String will be searched.
    * @return <code>TRUE</code> if the <code>fileName</code> exists and is a file (not a directory)