Sonar Major 95/13895/2
authoramshegokar <AS00500801@techmahindra.com>
Wed, 20 Sep 2017 13:34:56 +0000 (19:04 +0530)
committerAtul Shegokar <as00500801@techmahindra.com>
Thu, 21 Sep 2017 05:15:00 +0000 (05:15 +0000)
Removed Useless parenthesis

Change-Id: I366f85922c4d4d290b320e0b88678c805de59873
Issue-ID: POLICY-250
Signed-off-by: amshegokar <AS00500801@techmahindra.com>
policy-core/src/main/java/org/onap/policy/drools/core/PolicyContainer.java

index 9fc2c83..f9ade34 100644 (file)
@@ -473,7 +473,7 @@ public class PolicyContainer implements Startable
                session.updated();
          }
 
-       return(results);
+       return results;
   }
 
   /**