Skip to content

Commit 5e924b2

Browse files
committed
javadoc fix
1 parent aaf057d commit 5e924b2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/main/java/com/fasterxml/jackson/databind/deser/std/StdDeserializer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,8 @@ protected JsonFormat.Value findFormatOverrides(DeserializationContext ctxt,
10271027

10281028
/**
10291029
* Convenience method that uses {@link #findFormatOverrides} to find possible
1030-
* defaults and/of overrides, and then calls {@link JsonFormat.Value#getFeature}
1030+
* defaults and/of overrides, and then calls
1031+
* <code>JsonFormat.Value.getFeature(feat)</code>
10311032
* to find whether that feature has been specifically marked as enabled or disabled.
10321033
*
10331034
* @param typeForDefaults Type (erased) used for finding default format settings, if any

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ protected JsonFormat.Value findFormatOverrides(SerializerProvider provider,
474474

475475
/**
476476
* Convenience method that uses {@link #findFormatOverrides} to find possible
477-
* defaults and/of overrides, and then calls {@link JsonFormat.Value#getFeature}
477+
* defaults and/of overrides, and then calls <code>JsonFormat.Value.getFeature(...)</code>
478478
* to find whether that feature has been specifically marked as enabled or disabled.
479479
*
480480
* @param typeForDefaults Type (erased) used for finding default format settings, if any

0 commit comments

Comments
 (0)