We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c4666 commit a48140fCopy full SHA for a48140f
user/src/com/google/gwt/uibinder/attributeparsers/FieldReferenceConverter.java
@@ -65,7 +65,7 @@ public static class IllegalFieldReferenceException extends RuntimeException {
65
interface Delegate {
66
/**
67
* Returns the types any parsed field references are expected to return.
68
- * Multiple values indicates an overload. E.g., in <a href={...}> either a
+ * Multiple values indicates an overload. E.g., in <code><a href={...}></code> either a
69
* String or a SafeUri is allowed.
70
*/
71
JType[] getTypes();
0 commit comments