Skip to content

Commit 26b6251

Browse files
committed
...
1 parent 2ec3ad2 commit 26b6251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/introspect/POJOPropertiesCollector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ protected void _addFields(Map<String, POJOPropertyBuilder> props)
359359
pn = null;
360360
} else if (_forSerialization) {
361361
/* 18-Aug-2011, tatu: As per existing unit tests, we should only
362-
* use serialization annotation (@JsonSerializer) when serializing
362+
* use serialization annotation (@JsonSerialize) when serializing
363363
* fields, and similarly for deserialize-only annotations... so
364364
* no fallbacks in this particular case.
365365
*/

0 commit comments

Comments
 (0)