config-manager: final parameters
[controller.git] / opendaylight / config / config-manager / src / main / java / org / opendaylight / controller / config / manager / impl / util / OsgiRegistrationUtil.java
index 7c02019544977b8e33d4ecd08ad91d2ab6af3642..607cf49db9c02cf770a747a839cce715a52ade5a 100644 (file)
@@ -64,7 +64,7 @@ public class OsgiRegistrationUtil {
                 AutoCloseable ac = it.previous();
                 try {
                     ac.close();
-                } catch (Exception e) {
+                } catch (final Exception e) {
                     LOG.warn("Exception while closing {}", ac, e);
                     if (firstException == null) {
                         firstException = e;