Skip to content

Commit

Permalink
Remove ObjectType references from Javadoc (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Selindek authored Aug 8, 2023
1 parent 8e58ff6 commit c21f918
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public TypeDeserializer buildTypeDeserializer(DeserializationConfig config, Java
}

/**
* Custom {@link AsPropertyTypeDeserializer} which accepts only valid {@link ObjectType} as
* property value.
* Custom {@link AsPropertyTypeDeserializer} which accepts only valid objectType as property
* value.
*/
public static class StrictObjectTypePropertyDeserializer extends AsPropertyTypeDeserializer {

Expand Down

0 comments on commit c21f918

Please sign in to comment.