Skip to content

Commit

Permalink
revert some conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
LegendGasai committed Feb 9, 2025
1 parent 13ef429 commit ed15352
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public class RaftSnapshotSerializer {
PERMITS.add(io.seata.server.cluster.raft.snapshot.RaftSnapshot.class.getName());
PERMITS.add(io.seata.server.cluster.raft.snapshot.RaftSnapshot.SnapshotType.class.getName());
PERMITS.add(java.lang.Enum.class.getName());
PERMITS.add(java.util.HashMap.class.getName());
PERMITS.add("[B");
}

Expand Down

0 comments on commit ed15352

Please sign in to comment.