| commit | 58954f700447caf585c9a7cc3c2bf22499649421 | [log] [tgz] |
|---|---|---|
| author | atincheva@google.com <atincheva@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Fri Jun 15 11:03:37 2012 +0000 |
| committer | atincheva@google.com <atincheva@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Fri Jun 15 11:03:37 2012 +0000 |
| tree | bf37aa93c868cb0d3e2350db817d7f81a2332406 | |
| parent | 213a4d93b252053b51eb64208364e08889ee508b [diff] |
Fix a type. Review at http://gwt-code-reviews.appspot.com/1742803 Review by: rchandia@google.com git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@11061 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/aria/client/CommonAttributeTypes.java b/user/src/com/google/gwt/aria/client/CommonAttributeTypes.java index d7fd13b..6287f4c 100644 --- a/user/src/com/google/gwt/aria/client/CommonAttributeTypes.java +++ b/user/src/com/google/gwt/aria/client/CommonAttributeTypes.java
@@ -20,7 +20,7 @@ /** * ARIA attributes common non primitive types as defined by the W3C specification * <a href="http://www.w3.org/TR/wai-aria/">W3C ARIA specification</a>. - * Users should use the types defined in this class to get instances of {@link Tristate), + * Users should use the types defined in this class to get instances of {@link Tristate}, * {@link BooleanAndUndefined}, {@link IdReference} and {@link IdReferenceList}. * For more details about ARIA states and properties check * <a href="http://www.w3.org/TR/wai-aria/states_and_properties"> Supported States and Properties