Clean up in module reconciliation-framework
[openflowplugin.git] / applications / reconciliation-framework / src / main / java / org / opendaylight / openflowplugin / applications / reconciliation / impl / ReconciliationServiceDelegate.java
index bae0d71421296b37d1896cf4cbf639ccd8eba68b..fb499c76722de14aed713dbec9f6c67c668c845f 100644 (file)
@@ -14,8 +14,8 @@ import org.opendaylight.openflowplugin.applications.reconciliation.Reconciliatio
 
 public class ReconciliationServiceDelegate implements NotificationRegistration {
 
-    private ReconciliationNotificationListener reconciliationNotificationListener;
-    private AutoCloseable unregisterService;
+    private final ReconciliationNotificationListener reconciliationNotificationListener;
+    private final AutoCloseable unregisterService;
 
     public ReconciliationServiceDelegate(ReconciliationNotificationListener reconciliationNotificationListener,
                                          AutoCloseable unregisterService) {