Skip to content

Commit

Permalink
Keep compatible behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
komamitsu committed Dec 16, 2020
1 parent 86b729d commit edd0942
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ private Object deserializedExtensionTypeValue()
return deser.deserialize(extensionTypeValue.getData());
}
}
throw new RuntimeException("Unsupported extension type=" + extensionTypeValue.getType());
return extensionTypeValue;
}

@Override
Expand Down

0 comments on commit edd0942

Please sign in to comment.