fix sonar issue in ApplicationLoggingFilter.java 55/66455/1
authorSandeep J <sandeejh@in.ibm.com>
Thu, 13 Sep 2018 20:06:02 +0000 (01:36 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Thu, 13 Sep 2018 20:07:34 +0000 (01:37 +0530)
fixed sonar issue as detailed in CCSDK-565

Issue-ID: CCSDK-565
Change-Id: Iacef03814e977e8823812bed9d4c5544cb9f7a49
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
ms/controllerblueprints/application/src/main/java/org/onap/ccsdk/apps/controllerblueprints/filters/ApplicationLoggingFilter.java

index 9a556e7..fbef55f 100644 (file)
@@ -1,5 +1,6 @@
 /*\r
  *  Copyright © 2017-2018 AT&T Intellectual Property.\r
+ *  Modifications Copyright © 2018 IBM.\r
  *\r
  *  Licensed under the Apache License, Version 2.0 (the "License");\r
  *  you may not use this file except in compliance with the License.\r
@@ -71,11 +72,11 @@ public class ApplicationLoggingFilter implements Filter {
 \r
     @Override\r
     public void init(FilterConfig filterConfig) {\r
-\r
+      //method does nothing\r
     }\r
 \r
     @Override\r
     public void destroy() {\r
-\r
+      //method does nothing\r
     }\r
 }
\ No newline at end of file