Fix checkstyle issues to enforce it
[aaa.git] / aaa-shiro / impl / src / main / java / org / opendaylight / aaa / shiro / realm / KeystoneAuthRealm.java
index a21e67ebe164130eae738fa0881f0c4f045265fc..0b1906a1965fb205c414dab6a9cf55163e6d1877 100644 (file)
@@ -94,6 +94,7 @@ public class KeystoneAuthRealm extends AuthorizingRealm {
     }
 
     @Override
+    @SuppressWarnings("checkstyle:AvoidHidingCauseException")
     protected AuthenticationInfo doGetAuthenticationInfo(final AuthenticationToken authenticationToken) {
         try {
             final boolean hasSslVerification = getSslVerification();