Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJovanovic13 committed Jul 22, 2024
1 parent c18e8b3 commit 3e1b4f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
import com.fasterxml.jackson.annotation.JsonTypeInfo;

/**
* This mixin class is used to serialize/deserialize {@link String}[].
* This mixin class is used to serialize/deserialize {@link String} array.
*
* @author Nikola Jovanovic
* @since 1.2.6
* @see String[]
* @see String
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS)
abstract class StringArrayMixin {
Expand Down

0 comments on commit 3e1b4f4

Please sign in to comment.