changeset 125:136d2a6cd0f4

fix msgpack downgrade paxos/proposal
author akahori
date Sat, 15 Dec 2018 17:58:43 +0900
parents cd4b67334b17
children c6e4d0e4954c
files src/main/java/christie/test/Paxos/Proposal.java
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/christie/test/Paxos/Proposal.java	Sat Dec 15 17:57:34 2018 +0900
+++ b/src/main/java/christie/test/Paxos/Proposal.java	Sat Dec 15 17:58:43 2018 +0900
@@ -1,7 +1,9 @@
 package christie.test.Paxos;
 
 import christie.codegear.CodeGearManager;
+import org.msgpack.annotation.Message;
 
+@Message
 public class Proposal {
     private String proposerName = "";
     private int nodeNum = 0;