Skip to content

Commit

Permalink
应该一个是序列化一个是反序列化 (#191)
Browse files Browse the repository at this point in the history
fix unit test bug in class NormalStringCustomSerializer.
  • Loading branch information
YANGJINJUE authored and cytnju committed Nov 12, 2019
1 parent c88b27e commit 4e99a8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public byte getContentDeserialier() {

public void reset() {
this.contentDeserialier = -1;
this.contentDeserialier = -1;
this.contentSerializer = -1;
this.deserialFlag.set(false);
this.serialFlag.set(false);
}
Expand Down

0 comments on commit 4e99a8e

Please sign in to comment.