| commit | 560bbeb8ee0730b8eb4c66e455ef7a81e5c8dfda | [log] [tgz] |
|---|---|---|
| author | jat@google.com <jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Jan 25 21:08:09 2011 +0000 |
| committer | jat@google.com <jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Jan 25 21:08:09 2011 +0000 |
| tree | 73ea807978426fb7c5c3d3fd93c0ebb037e6494d | |
| parent | 7ce6b7fa971312d8bb4c48728533ce35d9e6263e [diff] |
Fix missing line in Javadoc. Issue: 5615 Suggested by: xerces9 Patch by: jat Review by: conroy git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9618 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/i18n/client/DateTimeFormat.java b/user/src/com/google/gwt/i18n/client/DateTimeFormat.java index 333bff5..35e9fb4 100644 --- a/user/src/com/google/gwt/i18n/client/DateTimeFormat.java +++ b/user/src/com/google/gwt/i18n/client/DateTimeFormat.java
@@ -752,6 +752,7 @@ * pattern for this format is predefined for each locale. * * @return A DateTimeFormat object + * @deprecated use {@link #getFormat(PredefinedFormat)} with * {@link PredefinedFormat#DATE_TIME_MEDIUM} instead */ @Deprecated