Mass whitespace changes (Style Warnings)
[aaf/authz.git] / auth / auth-fs / src / test / java / org / onap / aaf / auth / fs / test / JU_AAF_FS.java
index 9915082..40105c6 100644 (file)
@@ -112,14 +112,14 @@ public class JU_AAF_FS {
         String[] strArr = {"aaf_component=aaf_com:po.nent"};
         try {
             //AAF_FS.main(strArr);            //Timeout caused in Jenkins but not in local
-        } catch(Exception e) {
+        } catch (Exception e) {
             //Failure expected until we understand how code is.
         }
     }
     
     @After
     public void cleanUp() {
-        for(File f : d.listFiles()) {
+        for (File f : d.listFiles()) {
             f.delete();
         }
         d.delete();