Fix code smell 40/116940/1
authorRishi.Chail <rishi.chail@est.tech>
Mon, 18 Jan 2021 07:56:07 +0000 (07:56 +0000)
committerRishi.Chail <rishi.chail@est.tech>
Mon, 18 Jan 2021 07:56:23 +0000 (07:56 +0000)
Issue-ID: CPS-89

Signed-off-by: Rishi.Chail <rishi.chail@est.tech>
Change-Id: I35615ff650c6b22391729513cb9185fd5986a285

cps-service/src/main/java/org/onap/cps/spi/exceptions/AnchorNotFoundException.java

index 847959f..d346c41 100755 (executable)
@@ -20,6 +20,7 @@
 \r
 package org.onap.cps.spi.exceptions;\r
 \r
+@SuppressWarnings("squid:S110") // Team agreed to accept 6 levels of inheritance for CPS Exceptions\r
 public class AnchorNotFoundException extends CpsAdminException {\r
 \r
     private static final long serialVersionUID = -1821064664642194882L;\r