Skip to content

Commit e7b3baf

Browse files
committed
...
1 parent e3f005b commit e7b3baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/ser/std/NumberSerializers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public void serialize(Object value, JsonGenerator gen,
131131
* (and primitive ints)
132132
* <p>
133133
* Since this is one of "natural" types, no type information is ever included
134-
* on serialization (unlike for most scalar types, except for {@code double}.
134+
* on serialization (unlike for most scalar types, except for {@code double}).
135135
* <p>
136136
* NOTE: as of 2.6, generic signature changed to Object, to avoid generation
137137
* of bridge methods.

0 commit comments

Comments
 (0)