Skip to content

Commit

Permalink
Merge branch 'develop' into feature/corecomp-2.24.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Apr 22, 2024
2 parents e452b2a + da1f80d commit 04666e0
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 04666e0

Please sign in to comment.