Bump upstream versions
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / raft / protobuff / client / messages / Payload.java
index 1d0a10345af8cb7f88193d214cf635087e930ed9..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,
@@ -11,7 +11,8 @@ 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