[Title]Add FileUtil.findFiles()
authorhyeongseok.heo <hyeongseok.heo@samsung.com>
Tue, 27 Nov 2012 09:24:49 +0000 (18:24 +0900)
committerhyeongseok.heo <hyeongseok.heo@samsung.com>
Tue, 27 Nov 2012 09:24:49 +0000 (18:24 +0900)
[Desc.]add util method to use at sampleloader
[Issue]redmine-6881

Change-Id: Ie2d6cdfffb5409d7b8b0ce8d323333078803720f

org.tizen.common/src/org/tizen/common/util/FileUtil.java

index 8891fa4..180bd19 100755 (executable)
@@ -564,7 +564,7 @@ public class FileUtil {
                 List<File> deeperList = getFileListing( file , pattern , recursive); // recursive call!
                 if ( null != deeperList ) {
                     result.addAll( deeperList );
-                }
+                } 
             }
         }