Skip to content

Commit 1bf2140

Browse files
committed
Merge branch '2.10'
2 parents 32b9474 + accce7c commit 1bf2140

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ion/src/main/java/com/fasterxml/jackson/dataformat/ion/IonObjectMapper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
*/
4141
public class IonObjectMapper extends ObjectMapper
4242
{
43-
private static final long serialVersionUID = 1L;
43+
private static final long serialVersionUID = 3L;
4444

4545
/**
4646
* Base implementation for "Vanilla" {@link ObjectMapper}, used with
47-
* Avro backend.
47+
* ION backend.
4848
*
4949
* @since 3.0
5050
*/

protobuf/src/main/java/com/fasterxml/jackson/dataformat/protobuf/ProtobufMapper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020

2121
public class ProtobufMapper extends ObjectMapper
2222
{
23-
private static final long serialVersionUID = 1L;
23+
private static final long serialVersionUID = 3L;
2424

2525
/**
2626
* Base implementation for "Vanilla" {@link ObjectMapper}, used with
27-
* Avro backend.
27+
* Protobuf backend.
2828
*
2929
* @since 3.0
3030
*/

0 commit comments

Comments
 (0)