Skip to content

Commit

Permalink
No functional changes, better JavaDoc only
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1625001 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
JacquesLeRoux committed Sep 15, 2014
1 parent f0d7f73 commit 7d6bf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/base/src/org/ofbiz/base/util/FileUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ public static boolean containsString(final String fileName, final String searchS
*
*
* 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)
Expand Down

0 comments on commit 7d6bf48

Please sign in to comment.