Skip to content

Commit

Permalink
Correctly mark a javadoc code snippet as such (#10066)
Browse files Browse the repository at this point in the history
Prevents it from rendering as a link (which would only result in a 404).

Partial #8428
  • Loading branch information
niloc132 authored Dec 19, 2024
1 parent 35c4666 commit a48140f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static class IllegalFieldReferenceException extends RuntimeException {
interface Delegate {
/**
* Returns the types any parsed field references are expected to return.
* Multiple values indicates an overload. E.g., in <a href={...}> either a
* Multiple values indicates an overload. E.g., in <code>&lt;a href={...}&gt;</code> either a
* String or a SafeUri is allowed.
*/
JType[] getTypes();
Expand Down

0 comments on commit a48140f

Please sign in to comment.