Skip to content

Commit

Permalink
Fixed wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schnell committed Mar 29, 2024
1 parent 2f32ef5 commit bf07aad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -476,10 +476,10 @@ public Builder serDesRegistry(final SerDeserializerRegistry registry) {
/**
* Sets the base type factory.
*
* @param baseTypeFactory Fcatory used to create base types.
* @param baseTypeFactory Factory used to create base types.
* @return Builder.
*/
public Builder desRegistry(final IBaseTypeFactory baseTypeFactory) {
public Builder baseTypeFactory(final IBaseTypeFactory baseTypeFactory) {
this.baseTypeFactory = baseTypeFactory;
return this;
}
Expand Down

0 comments on commit bf07aad

Please sign in to comment.