Skip to content

Commit

Permalink
codec map match
Browse files Browse the repository at this point in the history
  • Loading branch information
Bughue committed Nov 15, 2024
1 parent 8c2f73e commit 2f3c8e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public Class<?> getMessageClassType() {
@Override
public Map<MultiVersionCodec.VersionRange, MessageSeataCodec> oldVersionCodec() {
return Collections.singletonMap(
// todo 【我的todo
// todo 【所谓旧版本的范围,这个在版本发布之前都不容易确定
new MultiVersionCodec.VersionRange("2.1.0"),
new MessageSeataCodec() {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public Class<?> getMessageClassType() {
@Override
public Map<MultiVersionCodec.VersionRange, MessageSeataCodec> oldVersionCodec() {
return Collections.singletonMap(
// todo 【我的todo
// todo 【所谓旧版本的范围,这个在版本发布之前都不容易确定
new MultiVersionCodec.VersionRange("2.1.0"),
new MessageSeataCodec() {
@Override
Expand Down

0 comments on commit 2f3c8e3

Please sign in to comment.