Skip to content

Commit

Permalink
update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Apr 22, 2024
1 parent 6772645 commit da1f80d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ public LinkHtmlAttributesSerializer() {
this(null);
}

/**
* @param t Class map
*/
protected LinkHtmlAttributesSerializer(Class<Map<String, String>> t) {
super(t);
}
Expand Down

0 comments on commit da1f80d

Please sign in to comment.