Skip to content

Commit a48140f

Browse files
authored
Correctly mark a javadoc code snippet as such (#10066)
Prevents it from rendering as a link (which would only result in a 404). Partial #8428
1 parent 35c4666 commit a48140f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user/src/com/google/gwt/uibinder/attributeparsers/FieldReferenceConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static class IllegalFieldReferenceException extends RuntimeException {
6565
interface Delegate {
6666
/**
6767
* Returns the types any parsed field references are expected to return.
68-
* Multiple values indicates an overload. E.g., in <a href={...}> either a
68+
* Multiple values indicates an overload. E.g., in <code>&lt;a href={...}&gt;</code> either a
6969
* String or a SafeUri is allowed.
7070
*/
7171
JType[] getTypes();

0 commit comments

Comments
 (0)