BUG-5280: add {Create,Close,Purge}LocalHistoryPayload
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / FrontendClientMetadataBuilder.java
index 15e4304a4693942532c54abfea818f8c4af90e56..cd1235b46072ce68a269fb393375795c9bed0d0e 100644 (file)
@@ -54,6 +54,11 @@ final class FrontendClientMetadataBuilder implements Builder<FrontendClientMetad
         return identifier;
     }
 
+    void onHistoryCreated(final LocalHistoryIdentifier historyId) {
+        // TODO Auto-generated method stub
+
+    }
+
     void onHistoryClosed(final LocalHistoryIdentifier historyId) {
         ensureHistory(historyId).onHistoryClosed();
     }