Fix checkstyle issues to enforce it
[controller.git] / opendaylight / config / config-manager / src / test / java / org / opendaylight / controller / config / manager / impl / osgi / BundleContextBackedModuleFactoriesResolverTest.java
index cf50098e09de8b0a4f13fcab8595af9c6cfcabd1..4ac414616b751944e5d2819cbb8939947e7bd66b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 2014, 2017 Cisco Systems, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -79,6 +79,7 @@ public class BundleContextBackedModuleFactoriesResolverTest {
     }
 
     @Test
+    @SuppressWarnings("IllegalCatch")
     public void testDuplicateFactories() throws Exception {
         doReturn(f1).when(bundleContext).getService(s2);
         try {