Skip to content

Commit

Permalink
Fix bug with java doc
Browse files Browse the repository at this point in the history
  • Loading branch information
D063520 committed Dec 5, 2022
1 parent 5fd9801 commit febc567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class HideHDTOptions implements HDTOptions {

/**
* @param spec wrapped options
* @param mapper mapping function (key) -> newKey?
* @param mapper mapping function (key) {@literal ->} newKey?
*/
public HideHDTOptions(HDTOptions spec, Function<String, String> mapper) {
this.spec = spec;
Expand Down

0 comments on commit febc567

Please sign in to comment.