Fix checkstyle reported by odlparent-3.0.0
[controller.git] / opendaylight / config / config-manager-facade-xml / src / main / java / org / opendaylight / controller / config / facade / xml / mapping / attributes / AttributeIfcSwitchStatement.java
index f5131c8752c0092922d06e9c62155fe20eb5a06e..36a41d04419bb779c31f90cd14e800aace728525 100644 (file)
@@ -24,6 +24,7 @@ public abstract class AttributeIfcSwitchStatement<T> {
 
     private AttributeIfc lastAttribute;
 
+    @SuppressWarnings("checkstyle:avoidHidingCauseException")
     public T switchAttribute(final AttributeIfc attributeIfc) {
 
         this.lastAttribute = attributeIfc;