Skip to content

Commit b4232dd

Browse files
committed
some more javadoc fixes
1 parent 71a3d83 commit b4232dd

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/main/java/com/fasterxml/jackson/databind/deser/SettableBeanProperty.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ protected SettableBeanProperty(PropertyName propName, JavaType type, PropertyNam
185185
}
186186

187187
/**
188-
* Constructor only used by {@link ObjectIdValueProperty}.
188+
* Constructor only used by {@link com.fasterxml.jackson.databind.deser.impl.ObjectIdValueProperty}.
189189
*
190190
* @since 2.3
191191
*/

src/main/java/com/fasterxml/jackson/databind/jsonFormatVisitors/JsonFormatVisitable.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ public interface JsonFormatVisitable
1111
{
1212
/**
1313
* Get the representation of the schema to which this serializer will conform.
14+
*
1415
* @param typeHint Type of element (entity like property) being visited
15-
*
16-
* @returns <a href="http://json-schema.org/">Json-schema</a> for this serializer.
1716
*/
1817
public void acceptJsonFormatVisitor(JsonFormatVisitorWrapper visitor, JavaType typeHint)
1918
throws JsonMappingException;

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ protected BeanSerializerBase(BeanSerializerBase src, String[] toIgnore)
223223

224224
/**
225225
* Mutant factory used for creating a new instance with different
226-
* {@link JsonFilter}.
226+
* filter id (used with <code>JsonFilter</code> annotation)
227227
*
228228
* @since 2.3
229229
*/

0 commit comments

Comments
 (0)