Skip to content

Commit

Permalink
Fix javadoc build error
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderploegsma committed Jan 23, 2024
1 parent 08b428c commit eebe07c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/analyzer/Comment.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ public enum Type {
* <p>
* For example, if the Markdown template contains a parameter {@code %<methodName>s},
* the implementation of this method could look like this:
* <pre>
* <pre>{@code
* public Map<String, String> getParameters() {
* return Map.of("methodName", "theNameOfTheMethod");
* }
* </pre>
* }</pre>
*
* @return The parameters for the comment.
*/
Expand Down

0 comments on commit eebe07c

Please sign in to comment.