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