Skip to content

Commit 0720a88

Browse files
committed
typo
1 parent 59f1519 commit 0720a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/typed-ids/src/main/java/org/framefork/typedIds/bigint/json/jackson/ObjectBigIntIdJacksonModule.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ public Version version()
3030
@Override
3131
public void setupModule(final SetupContext context)
3232
{
33-
context.addSerializers(new ObjectUuidSerializers());
33+
context.addSerializers(new ObjectBigIntIdSerializers());
3434
// Jackson is capable of deserializing the long, and then using the primary constructor without any additional help
3535
}
3636

37-
private static final class ObjectUuidSerializers extends Serializers.Base
37+
private static final class ObjectBigIntIdSerializers extends Serializers.Base
3838
{
3939

4040
@Nullable

0 commit comments

Comments
 (0)