Mass whitespace changes (Style Warnings)
[aaf/authz.git] / cadi / core / src / test / java / org / onap / aaf / cadi / test / JU_PropAccess.java
index 6f6f49e..45f221c 100644 (file)
@@ -115,7 +115,7 @@ public class JU_PropAccess {
         });
         try {
             pa.log(new Exception("This exception was thrown intentionally, please ignore it"));
-        } catch(Exception e) {
+        } catch (Exception e) {
             fail("Should have thrown an exception");
         }
     }