Skip to content

Commit

Permalink
Correctly mark a javadoc code snippet as such
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 gwtproject#8428
  • Loading branch information
niloc132 committed Dec 18, 2024
1 parent 23e73f9 commit b2c4d94
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 b2c4d94

Please sign in to comment.