Correct Frontend{Client,History}Metadata deserialization
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / ShardDataTreeNotificationPublisher.java
index e51b81cc94f91498f7d5c495a012cf6154790791..4dbd818488c29243116f191469f959d6eb3a42ed 100644 (file)
@@ -18,5 +18,5 @@ import org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidate;
 interface ShardDataTreeNotificationPublisher {
     long PUBLISH_DELAY_THRESHOLD_IN_MS = TimeUnit.MILLISECONDS.convert(1, TimeUnit.SECONDS);
 
-    void publishChanges(final DataTreeCandidate candidate, String logContext);
+    void publishChanges(DataTreeCandidate candidate);
 }