Fixup "Leader should always apply modifications as local" regression
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / raft / protobuff / client / messages / Payload.java
index bd48f1fd0d9900dbad8a350e8c61a1a6fafd19da..fc65743e7bb6c53a2b42623495b0675db5577139 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 2020 PANTHEON.tech, s.r.o. 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,
@@ -8,13 +8,11 @@
 
 package org.opendaylight.controller.cluster.raft.protobuff.client.messages;
 
-
-
 /**
  * An instance of a Payload class is meant to be used as the Payload for
  * AppendEntries.
- * <p>
  *
+ * <p>
  * When an actor which is derived from RaftActor attempts to persistData it
  * must pass an instance of the Payload class. Similarly when state needs to
  * be applied to the derived RaftActor it will be passed an instance of the