Skip to content

Commit

Permalink
chore: replace invalid javadoc character with unicode representation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert committed Oct 27, 2023
1 parent 760a174 commit f067ba2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import java.util.Optional;

/**
* Serializes objects as a fieldName -> fieldValue map. It is used as the last resort while serializing an
* Serializes objects as a fieldName fieldValue map. It is used as the last resort while serializing an
* object through a {@link TypeHandlerLibrary}.
*/
public class ObjectFieldMapTypeHandler<T> extends TypeHandler<T> {
Expand Down

0 comments on commit f067ba2

Please sign in to comment.